Skip to content

v6 changing how version values are displayed? #4128

Closed Answered by HHobeck
mharding-hpe asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there.

In the breaking change documentation the following is written:

  • The BranchPrefixToTrim configuration property has been removed. RegularExpression is now used to capture named groups instead.
    • Default RegularExpression for feature branches is changed from ^features?[/-] to ^features?[/-](?<BranchName>.+) to support using {BranchName} out-of-the-box
    • Default RegularExpression for unknown branches is changed from .* to (?<BranchName>.+) to support using {BranchName} out-of-the-box

I think you have not specified the capturing group with name BranchName in the regex property. However have you tried this without using a customized configuration?

workflow: GitFlow/v1

Happy Branching!

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@HHobeck
Comment options

Answer selected by HHobeck
@mharding-hpe
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants