Skip to content

Latest commit

 

History

History
336 lines (147 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

336 lines (147 loc) · 16.7 KB

Changelog

5.5.2 (2024-04-24)

Bug Fixes

  • Bump tar from 6.1.11 to 6.2.1 (#262 by @EelcoLos) (9a90d5a)

5.5.1 (2024-04-24)

Bug Fixes

  • Bump ip from 2.0.0 to 2.0.1 (#263 by @EelcoLos) (5e7e9ac)

5.5.0 (2024-04-23)

Features

5.4.0 (2023-11-03)

Features

5.3.0 (2023-09-25)

Features

5.2.0 (2023-03-16)

Features

5.1.0 (2023-02-10)

Features

  • Add regex support to scope and disallowScopes configuration (#226) (403a6f8)

5.0.2 (2022-10-17)

Bug Fixes

  • Upgrade @actions/core to avoid deprecation warnings (#208) (91f4126)

5.0.1 (2022-10-14)

Bug Fixes

  • Upgrade GitHub Action to use Node v16 (#207) (6282ee3)

5.0.0 (2022-10-11)

⚠ BREAKING CHANGES

  • Enum options need to be newline delimited (to allow whitespace within them) (#205)

Features

  • Enum options need to be newline delimited (to allow whitespace within them) (#205) (c906fe1)

4.6.0 (2022-09-26)

Features

  • Provide error messages as outputs.error_message (#194) (880a3c0)

4.5.0 (2022-05-04)

Features

4.4.0 (2022-04-22)

Features

  • Add options to pass custom regex to conventional-commits-parser (#177) (956659a)

4.3.0 (2022-04-13)

Features

  • Add ignoreLabels option to opt-out of validation for certain PRs (#174) (277c230)

4.2.0 (2022-02-08)

Features

  • Add opt-in validation that PR titles match a single commit (#160) (c05e358)

4.1.0 (2022-02-04)

Features

  • Check if the PR title matches the commit title when single commits are validated to avoid surprises (#158) (f1216e9)

4.0.1 (2022-02-03)

Bug Fixes

4.0.0 (2022-02-02)

⚠ BREAKING CHANGES

  • dropped support for node <=15

Features

3.7.0 (2022-02-02)

Features

3.6.0 (2022-01-05)

Features

  • Publish major version tag (c47e831)

3.5.0 (2021-12-15)

Features

3.4.6 (2021-10-31)

Bug Fixes

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

3.4.5 (2021-10-28)

Bug Fixes

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

3.4.4 (2021-10-26)

Reverts

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

3.4.3 (2021-10-26)

Bug Fixes

3.4.2 (2021-08-16)

Bug Fixes

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

3.4.1 (2021-07-26)

Bug Fixes

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

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)

3.3.0 (2021-02-10)

Features

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

3.2.6 (2021-01-25)

Bug Fixes

3.2.1 (2021-01-19)

Bug Fixes

  • Move configuration docs to a separate section (dd78147)

3.2.0 (2021-01-18)

Features

  • Add subjectPatternError option to allow users to override the default error when subjectPattern doesn't match (#76) (e617d81)

3.1.0 (2021-01-11)

Features

  • Add regex validation for subject (#71) (04b071e)

3.0.0 (2021-01-08)

⚠ BREAKING CHANGES

  • Add opt-in for WIP (#73)

Features

2.2.0 (2020-12-21)

Features

2.1.1 (2020-12-03)

Bug Fixes

2.1.0 (2020-10-21)

Features

2.0.0 (2020-09-17)

⚠ BREAKING CHANGES

Miscellaneous Chores

1.2.10 (2020-09-17)

⚠ BREAKING CHANGES

Miscellaneous Chores

1.2.9 (2020-09-17)

Bug Fixes

  • Improve reporting for failed checks (#30) (1aa9e17)

1.2.8 (2020-08-23)

1.2.7 (2020-08-22)

Bug Fixes

  • update workflow to use pull_request_target (#25) (73f02a4), closes #24

1.2.6 (2020-08-14)

1.2.5 (2020-08-14)

1.2.4 (2020-08-14)

1.2.3 (2020-08-14)

1.2.2 (2020-06-15)

Bug Fixes

  • Bump npm from 6.13.0 to 6.14.5 (#8) (9779e20)

1.2.1 (2020-05-13)

1.2.0 (2019-11-20)

Features

1.1.1 First usable release