diff --git a/.github/workflows/changelog_enforcer.yml b/.github/workflows/changelog_enforcer.yml index 6832754..bfab662 100644 --- a/.github/workflows/changelog_enforcer.yml +++ b/.github/workflows/changelog_enforcer.yml @@ -1,7 +1,7 @@ name: Changelog Enforcer on: - pull_request_target: + pull_request: branches: - main - release-* diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index bf2f3fc..840fa82 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -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-* diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12a0118..d74a71d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ name: Lint on: - pull_request_target: + pull_request: branches: - main - release-* diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0c793..4715d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,19 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.3] - 2022-07-29 + + +### Changed + +- Update license links in `README.md` +- Use `pull_request` event in GitHub Actions workflows + + +### Fixed + +- Line length in `README.md` + ## [1.2.2] - 2022-07-29 @@ -110,6 +123,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [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 diff --git a/README.md b/README.md index 2886fa9..1ac2814 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Issues - + License
@@ -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.