From f4eb148c7fa4707028ee941d993bdc11cad08cbf Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Fri, 29 Jul 2022 01:34:11 +0300 Subject: [PATCH] release v1.2.1 (#38) --- .github/workflows/changelog_enforcer.yml | 6 +++++- .github/workflows/dependency_review.yml | 2 +- .github/workflows/lint.yml | 6 +++++- CHANGELOG.md | 11 ++++++++++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/workflows/changelog_enforcer.yml b/.github/workflows/changelog_enforcer.yml index 0c3129c..6832754 100644 --- a/.github/workflows/changelog_enforcer.yml +++ b/.github/workflows/changelog_enforcer.yml @@ -4,7 +4,11 @@ on: pull_request_target: branches: - main - - release-v* + - release-* + push: + branches: + - main + - release-* permissions: contents: read diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 63fac98..bf2f3fc 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -7,7 +7,7 @@ on: # pull_request_target: # branches: # - main -# - release-v* +# - release-* permissions: contents: read diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index af6b535..12a0118 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,11 @@ on: pull_request_target: branches: - main - - release-v* + - release-* + push: + branches: + - main + - release-* permissions: contents: read diff --git a/CHANGELOG.md b/CHANGELOG.md index 723ad01..d178343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.2.0] - 2022-07-28 +## [1.2.1] - 2022-07-29 + + +### Changed + +- Release branch wildcard in GitHub Actions workflows +- Run possible GitHub Actions workflows on push too + +## [1.2.0] - 2022-07-29 ### Added @@ -95,6 +103,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Unreleased]: https://github.com/Serpentiel/template/compare/v1.2.0...HEAD +[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 [1.0.1]: https://github.com/Serpentiel/template/compare/v1.0.0...v1.0.1