Skip to content

Releases: brajkowski/branch-commit-msg

v1.0.3

08 May 00:00
33138cf
Compare
Choose a tag to compare

1.0.3 (2023-05-07)

Bug Fixes

  • diffs no longer appear in commits authored with verbose flag (#263) (33138cf)

v1.0.2

29 Sep 04:02
a26c153
Compare
Choose a tag to compare

1.0.2 (2022-09-29)

Bug Fixes

  • matched extractPattern groups are no longer removed from the formatted commit message (#87) (a26c153)

v1.0.1

10 Aug 05:17
5383da5
Compare
Choose a tag to compare

1.0.1 (2022-08-10)

Bug Fixes

  • message chars that appear in format string are preserved (#51) (5383da5)

v1.0.0

31 Jul 05:03
Compare
Choose a tag to compare

1.0.0 (2022-07-31)

Bug Fixes

  • added package keywords (#25) (d32c285)
  • amending commits no longer duplicates branch details (#36) (daa2533)
  • explicitly using exit code 0 for successful hook exits (#24) (d56886d)
  • hook exits gracefully if executed outside of a git repo (#19) (695b2ae)
  • install now throws helpful error when git is either not installed or the install is running outside of a git repo (#31) (0b55080)
  • multiline commits with comments are now formatted properly (#37) (8fa5b53)

Features

  • initializing release with semantic-release (701fcc5)