Skip to content

Releases: mristin/opinionated-commit-message

opinionated-commit-message 3.1.1

27 Mar 13:10
f3b9cec
Compare
Choose a tag to compare

In this release, we add a substantially more verbs.

  • Add "restart" and "coalesce" as allowed verbs #130
  • Add more verbs scraped from another repository #131

opinionated-commit-message 3.1.0

15 Feb 15:47
bd3d91a
Compare
Choose a tag to compare
  • Upgrade action and packages to Node 20 (#126)
  • Add support for ignored patterns (#124)
  • Check commits instead of PR text for pull requests (#122)
  • Refactor inputs as named parameters (#121)
  • Update all dependencies (#120)

opinionated-commit-message 3.0.1

30 Oct 16:36
18c427b
Compare
Choose a tag to compare
  • Change ncc from zeit to vercel (#118)
  • Add "transform" to the list of verbs (#116)
  • Add "group" to the list of verbs (#106)
  • Add expose to the list of verbs (#104)

opinionated-commit-message 3.0.0

27 Feb 06:46
40ed5f5
Compare
Choose a tag to compare

Non-breaking changes:

  • Make max length of lines configurable (#96)
  • Allow skipping message body check (#97)

Breaking change:

  • Discontinue local scripts (#98)

opinionated-commit-message 2.3.4

27 Jan 21:32
ad5e2f6
Compare
Choose a tag to compare
  • Upgrade dependencies for security (#94)

opinionated-commit-message 2.3.3

28 Aug 06:22
65fbfc6
Compare
Choose a tag to compare
  • Whitelist verbs from CrossHair (#91)
  • Bump @actions/core to 1.2.6 for security (#89)

opinionated-commit-message 2.3.2

10 May 21:00
e00b31f
Compare
Choose a tag to compare
  • Add additional verbs from crosshair repo (#84)

opinionated-commit-message 2.3.1

18 Jan 06:29
f96e7ed
Compare
Choose a tag to compare

The files distributed in the release 2.3.0 were not properly built, but
this went unnoticed due to the lacking end-to-end tests.

This release simply includes the distribution as it should have been
included in 2.3.0.

opinionated-commit-message 2.3.0

15 Jan 06:33
72addf4
Compare
Choose a tag to compare
  • Add sign-off enforcement (#74 and #75)

THIS RELEASE IS BROKEN DUE TO INVALID DISTRIBUTION.

Please use the release 2.3.1.

opinionated-commit-message 2.2.0

09 Sep 12:45
576e0e5
Compare
Choose a tag to compare
  • Add "integrate", "hint" and "instruct" to the whitelist
  • Make the messages verbose to instruct inexperienced users what
    to do about the issues in their commit messages