git-semver icon indicating copy to clipboard operation
git-semver copied to clipboard

git semver get is returning the wrong version

Open dangarthwaite opened this issue 6 years ago • 1 comments

$ cat .git-semver
# See https://github.com/markchalloner/git-semver
VERSION_PREFIX=v

$ git semver get
v1.40.0

$ git semver major
v2.0.0

$ git push origin v2.0.0
Everything up-to-date

$ git semver get
v1.40.0

dangarthwaite avatar Jul 03 '19 18:07 dangarthwaite

I have pushed a PR (#46) that I believe fixes this (hope it will be merged soon), please let me know if you see further issues.

john-tipper avatar Nov 22 '19 12:11 john-tipper