Skip to content

Commit

Permalink
release v1.2.3 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Jul 29, 2022
1 parent c18c3f6 commit 807a230
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_enforcer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Changelog Enforcer

on:
pull_request_target:
pull_request:
branches:
- main
- release-*
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Dependency Review

on:
- pull_request
pull_request:
branches:
- main
- release-*

# TODO: This is currently not supported, see https://github.com/actions/dependency-review-action/issues/30.
# pull_request_target:
# push:
# branches:
# - main
# - release-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint

on:
pull_request_target:
pull_request:
branches:
- main
- release-*
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- ### Security -->
<!-- markdownlint-disable-next-line -->

## [1.2.3] - 2022-07-29

<!-- markdownlint-disable-next-line -->
### Changed

- Update license links in `README.md`
- Use `pull_request` event in GitHub Actions workflows

<!-- markdownlint-disable-next-line -->
### Fixed

- Line length in `README.md`

## [1.2.2] - 2022-07-29

<!-- markdownlint-disable-next-line -->
Expand Down Expand Up @@ -110,6 +123,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- VERSION DIFFLINKS -->
[Unreleased]: https://github.com/Serpentiel/template/compare/v1.2.0...HEAD
[1.2.3]: https://github.com/Serpentiel/template/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/Serpentiel/template/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/Serpentiel/template/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/Serpentiel/template/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Serpentiel/template/compare/v1.0.1...v1.1.0
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="https://github.com/Serpentiel/template/issues">
<img src="https://img.shields.io/github/issues/Serpentiel/template.svg?style=for-the-badge" alt="Issues" height="28">
</a>
<a href="LICENSE">
<a href="https://github.com/Serpentiel/template/blob/main/LICENSE.md">
<img src="https://img.shields.io/github/license/Serpentiel/template.svg?style=for-the-badge" alt="License" height="28">
</a>
<br>
Expand Down Expand Up @@ -102,7 +102,8 @@ vulnerabilities or serious issues.

## License

Distributed under the MIT License. See `LICENSE` for more information.
Distributed under the MIT License. See [`LICENSE.md`](https://github.com/Serpentiel/template/blob/main/LICENSE.md) for
more information.

> **N.B.** This project explicitly does not requires its contributors to sign a _Contributor License Agreement_ nor does
> it posses one.
Expand Down

0 comments on commit 807a230

Please sign in to comment.