Releases: idc101/git-mkver
Releases · idc101/git-mkver
v1.3.0
23 Apr 19:10
Compare
Sorry, something went wrong.
No results found
fix: broken next-version regex pattern
feat: resolve environment variables in config
v1.2.2
28 Aug 09:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Adds support for bangs (!) in conventional commits indicating breaking changes and hence a major release.
v1.2.0
21 Oct 22:04
Compare
Sorry, something went wrong.
No results found
Improve error handling if git commands fail and propagate these errors to the user.
v1.1.1
15 Jun 07:07
Compare
Sorry, something went wrong.
No results found
Fix custom formats not being applied
v1.1.0
08 Jun 23:42
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.5.0
20 May 10:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Windows Build
Fix to order format defaults are applied
Change to format strings from short abbreviations to full strings