Releases: idc101/git-mkver
Releases · idc101/git-mkver
v1.3.0
fix: broken next-version regex pattern
feat: resolve environment variables in config
v1.2.2
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
Adds support for bangs (!) in conventional commits indicating breaking changes and hence a major release.
v1.2.0
- Improve error handling if git commands fail and propagate these errors to the user.
v1.1.1
- Fix custom formats not being applied
v1.1.0
- 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
- 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.0
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
- Windows Build
- Fix to order format defaults are applied
- Change to format strings from short abbreviations to full strings