Picking tags over branch name - why would that be? #4381
-
GitVersion packageGitVersion.Tool GitVersion version6.1.0 Operating systemWindows What are you seeing?We have one gitversion.yml with exactly one line only
Our release branches are created like Up until 0.28 everything was fine, and then it did this:
Why is it picking the tag? (the tag is old, was on previous branches as well, but so far GitVersion didn't care) What is expected?Could you please give me a hint why that might be happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That is actually not a behavior change... just uninstalled/installed 6.0.4, it behaves exactly the same. Adapted the issue accordingly. Feel free to move it to Discussions. |
Beta Was this translation helpful? Give feedback.
0.29
is not a valid semantic version. Thus in strict mode it will be not considered. You need to either change thesemantic-version-format
toLoose
or name your branchrelease/0.29.0
.Cheers.