Releases: amannn/action-semantic-pull-request
Releases · amannn/action-semantic-pull-request
v3.6.0
3.6.0 (2022-01-05)
Features
- Publish major version tag (c47e831)
v3.5.0
3.5.0 (2021-12-15)
Features
v3.4.6
3.4.6 (2021-10-31)
Bug Fixes
- Better strategy to detect merge commits (#132) (f913d37)
v3.4.5
3.4.5 (2021-10-28)
Bug Fixes
- Consider merge commits for single commit validation (#131) (5265383), closes #108
v3.4.4
3.4.4 (2021-10-26)
Reverts
- Revert "fix: Consider merge commits for single commit validation (#127)" (d40b0d4), closes #127
v3.4.3
3.4.3 (2021-10-26)
Bug Fixes
v3.4.2
3.4.2 (2021-08-16)
Bug Fixes
- Don't require
scopes
when requireScope
enabled (#114) (4c0fe2f)
v3.4.1
3.4.1 (2021-07-26)
Bug Fixes
v3.4.0
3.4.0 (2021-02-15)
Features
- Add
validateSingleCommit
flag to validate the commit message if there's only a single commit in the PR (opt-in). This is intended to be used as a workaround for an issue with Github as in this case, the PR title won't be used as the default commit message when merging a PR. (#87) (3f20459)
v3.3.0
3.3.0 (2021-02-10)
Features
- Add ability to use multiple scopes (#85) (d6aabb6)