Skip to content
Discussion options

You must be logged in to vote

Ok, I've managed to make it work: the tag-prefix MUST be added to version-in-branch-pattern suddenly (and completely non-intuitively).

So this is the fix:

version-in-branch-pattern: .*?(?<version>([Vv]|[Rr]elease-|[Hh]otfix-)?\d+(\.\d+)?(\.\d+)?).*

This looks completely odd to me since we already have the version pattern specifically for the branch name.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HHobeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #4906 on April 07, 2026 15:36.