Skip to content

Releases: idc101/git-mkver

v1.3.0

23 Apr 19:10
Compare
Choose a tag to compare

fix: broken next-version regex pattern
feat: resolve environment variables in config

v1.2.2

28 Aug 09:20
Compare
Choose a tag to compare

Fixes:

Fixed an issue where tagging a commit that was already tagged with a pre-release version number did not do anything.

v1.2.1

19 May 04:22
Compare
Choose a tag to compare

Adds support for bangs (!) in conventional commits indicating breaking changes and hence a major release.

v1.2.0

21 Oct 22:04
Compare
Choose a tag to compare
  • Improve error handling if git commands fail and propagate these errors to the user.

v1.1.1

15 Jun 07:07
Compare
Choose a tag to compare
  • Fix custom formats not being applied

v1.1.0

08 Jun 23:42
Compare
Choose a tag to compare
  • New config command to display config
  • info command now excludes environment variables by default
  • Each patch can have multiple replacements
  • Add all conventional commits to default CommitMessageActions

v1.0.0

31 May 11:54
Compare
Choose a tag to compare
  • Added the ability to create pre-release versions such as 1.2.5-RC3.
  • Added overrides for the next version from branch names or commit messages

v0.5.1

21 May 12:11
Compare
Choose a tag to compare

New formats added:

  • Tagged?
  • CommitsSinceTag

v0.5.0

20 May 10:12
Compare
Choose a tag to compare

New features:

  • Configurable action or version increment if no valid commit messages are found
  • Commit message parsing and associated version increments are now configurable

Improvements:

  • All configuration is now optional with sensible defaults
  • tagPrefix is now a top level configuration rather than under branch configuration

v0.4.0

16 Apr 06:05
Compare
Choose a tag to compare
  • Windows Build
  • Fix to order format defaults are applied
  • Change to format strings from short abbreviations to full strings