6.2.0 seems to discard tag prefix #4479
Unanswered
trondhindenes
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.2.0
Operating system
Linux
What are you seeing?
Given a gitversion config like this
tag-prefix: 'GRID/'
, we're now gettingFailed to parse GRID/4.101.6 into a Semantic Version
after moving from 6.1.0 to 6.2.0. We're passing this tag in using:LATEST_TAG=$(git tag --list 'GRID/*' | sort --version-sort | tail -n 1)
/overrideconfig next-version=$LATEST_TAG
What is expected?
gitversion should remove the tag-prefix before attempting to parse the tag into a version
Steps to Reproduce
See above
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
Beta Was this translation helpful? Give feedback.
All reactions