Replies: 1 comment 15 replies
-
i tried restricting strategies to only |
Beta Was this translation helpful? Give feedback.
15 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.
-
Hi guys,
here's my use-case:
i have a "master" branch and several release branches (releases/0.3, releases/0.4) with tags on them.
I have a new release branch (releases/0.5) with no tags on it yet.
expectation was that gitversion would take the version indicator (0.5) and use that. Instead it uses a 0.4.x tag as a base version.
This used to work on 5.x but with 6.3 i can't figure out a working configuration.
My current config looks like this:
Logs:
It looks like the
VersionInBranchNameVersionStrategy
did run, but didn't detect my release branch at all.Beta Was this translation helpful? Give feedback.
All reactions