Skip to content

Commit

Permalink
release v1.2.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Jul 28, 2022
1 parent a56fec4 commit f4eb148
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/changelog_enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
pull_request_target:
branches:
- main
- release-v*
- release-*
push:
branches:
- main
- release-*

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# pull_request_target:
# branches:
# - main
# - release-v*
# - release-*

permissions:
contents: read
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
pull_request_target:
branches:
- main
- release-v*
- release-*
push:
branches:
- main
- release-*

permissions:
contents: read
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- ### Security -->
<!-- markdownlint-disable-next-line -->

## [1.2.0] - 2022-07-28
## [1.2.1] - 2022-07-29

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

- Release branch wildcard in GitHub Actions workflows
- Run possible GitHub Actions workflows on push too

## [1.2.0] - 2022-07-29

<!-- markdownlint-disable-next-line -->
### Added
Expand Down Expand Up @@ -95,6 +103,7 @@ 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.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
Expand Down

0 comments on commit f4eb148

Please sign in to comment.