Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git semver get is returning the wrong version #44

Open
dangarthwaite opened this issue Jul 3, 2019 · 1 comment
Open

git semver get is returning the wrong version #44

dangarthwaite opened this issue Jul 3, 2019 · 1 comment

Comments

@dangarthwaite
Copy link

$ 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

@john-tipper
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants