Releases: syncromatics/gogitver
Releases · syncromatics/gogitver
Release v1.2.0
(+semver: fix) Fix broken version calculation and improve test covera…
Release v1.1.1
(+semver: fix) Update build workflow to use gogitver-action (#28)
v1.0.0
(+semver: breaking) change mod name to syncromatics Signed-off-by: Joshua Benjamin <[email protected]>
0.9.0
(+semver: feature) Add github actions Signed-off-by: Joshua Benjamin <[email protected]>
Fix branch settings
(+semver: fix) Use hotfix as trimmed branch name not master (#25) * (+semver: fix) Use hotfix as trimmed branch name not master Signed-off-by: Jeff Cuevas-Koch <[email protected]>
Branch name trimming
Sanitize prerelease label, trim branch prefix (#24) * (+semver: feature) Safer sanitized branch names * (+semver: feature) Trim branch prefix and add tests for cleansing branch name
better branch functions
(+semver: feature) Add prerelease branch name (#21) * (+semver: feature) Add prerelease branch name * (+semver: fix) Output empty string instead of master label
Add windows support
0.6.4 (+semver: fix) Update go-git for Windows support (#20)
Fix branch behind master
(+semver: fix) Fix "tag less than..." error (#19) Only error if the final calculated version of a branch is less than master, and even then only if the user opts-in via a command line flag
Add support for gitlab branch name environment variable
0.6.2 (+semver: feature) Add support for GitLab branch name environment var…