-
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. 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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
i tried restricting strategies to only |
Beta Was this translation helpful? Give feedback.
The tag prefix needs to be set to optional tag-prefix: (tags/)? otherwise it needs to be part of the branch name: