With latest tag v0.1.6-dev.2+26ffdddd, git-semver returns v0.1.6-dev.2.dev.1+26ffdddd #42
Unanswered
donaldm314
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently discovered git-semver and would like to use it in my CICD pipeline and release tagging.
My latest tag is
v0.1.6-dev.2+26ffdddd, which you'll recognize as generated fromgit-semver -prefix v. So far, so good.The current output from
git describe HEADisv0.1.6-dev.2+26ffdddd-2-ge49ff41for this repository and when I rungit-semver -prefix v, it returnsv0.1.6-dev.2.dev.2+26ffdddd. I was expecting something likev0.1.6-dev.3+fe49ff41.It appears I am doing something wrong here. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions