Skip to content

Releases: syncromatics/gogitver

Release v1.2.0

12 May 23:20
e423ce1
Compare
Choose a tag to compare
(+semver: fix) Fix broken version calculation and improve test covera…

Release v1.1.1

29 Apr 16:19
73b3076
Compare
Choose a tag to compare
(+semver: fix) Update build workflow to use gogitver-action (#28)

v1.0.0

03 Dec 20:47
Compare
Choose a tag to compare
(+semver: breaking) change mod name to syncromatics

Signed-off-by: Joshua Benjamin <[email protected]>

0.9.0

03 Dec 08:42
Compare
Choose a tag to compare
(+semver: feature) Add github actions

Signed-off-by: Joshua Benjamin <[email protected]>

Fix branch settings

30 Apr 21:52
Compare
Choose a tag to compare
(+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

30 Apr 18:05
Compare
Choose a tag to compare
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

25 Apr 18:53
Compare
Choose a tag to compare
(+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

16 Apr 23:29
Compare
Choose a tag to compare
0.6.4

(+semver: fix) Update go-git for Windows support (#20)

Fix branch behind master

16 Apr 00:49
Compare
Choose a tag to compare
(+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

14 Apr 23:12
Compare
Choose a tag to compare
0.6.2

(+semver: feature) Add support for GitLab branch name environment var…