Skip to content

Releases: amannn/action-semantic-pull-request

v3.5.0

15 Dec 06:58
Compare
Choose a tag to compare

3.5.0 (2021-12-15)

Features

v3.4.6

31 Oct 08:59
Compare
Choose a tag to compare

3.4.6 (2021-10-31)

Bug Fixes

  • Better strategy to detect merge commits (#132) (f913d37)

v3.4.5

28 Oct 07:08
Compare
Choose a tag to compare

3.4.5 (2021-10-28)

Bug Fixes

  • Consider merge commits for single commit validation (#131) (5265383), closes #108

v3.4.4

26 Oct 11:54
Compare
Choose a tag to compare

3.4.4 (2021-10-26)

Reverts

  • Revert "fix: Consider merge commits for single commit validation (#127)" (d40b0d4), closes #127

v3.4.3

26 Oct 08:58
Compare
Choose a tag to compare

3.4.3 (2021-10-26)

Bug Fixes

v3.4.2

16 Aug 14:51
Compare
Choose a tag to compare

3.4.2 (2021-08-16)

Bug Fixes

  • Don't require scopes when requireScope enabled (#114) (4c0fe2f)

v3.4.1

26 Jul 15:28
Compare
Choose a tag to compare

3.4.1 (2021-07-26)

Bug Fixes

  • Make link in error message clickable (#112) (2a292a6)

v3.4.0

15 Feb 14:10
Compare
Choose a tag to compare

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

10 Feb 07:09
Compare
Choose a tag to compare

3.3.0 (2021-02-10)

Features

  • Add ability to use multiple scopes (#85) (d6aabb6)

v3.2.6

25 Jan 13:05
Compare
Choose a tag to compare

3.2.6 (2021-01-25)

Bug Fixes