Make gitversion consider all tags (not just current branch tags) #4397
trondhindenes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In gitversion's log I can see it correctly processing tags:
and then generate a semver for the current pr branch like
However, we also have tags like PROD/4.98.4 which are not tagged on the current branch (not any branch really, as the branch may have gotten deleted after the tag was created).
Is it possible to make gitversion also take these tags into account - that is make it consider all tags not just current branch tags?
Beta Was this translation helpful? Give feedback.
All reactions