Skip to content

Latest commit

 

History

History
139 lines (62 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

139 lines (62 loc) · 6.67 KB

Changelog

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