Closed BenB196 closed 3 weeks ago
The functionality to "Support Regex for label property" was implemented in this PR:
I agree that the behavior you are describing here is not intuitive. If you like please fix this and create a pull request for it:
@asbjornu please confirm
Sounds reasonable. As long as no existing tests fail, I'm positive. :)
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs.
This issue was closed because it has been stalled for 30 days with no activity. Thank you for your contributions
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.0-beta.7-alpine.3.18-7.0
Operating system
Linux
What are you seeing?
I am seeing GitVersion not properly do regex capture grouping and returning invalid versions/labels.
Example:
What is expected?
I would expect
{SubBranchName}
to be a proper value:Example:
Steps to Reproduce
mode: ContinuousDelivery
release
branch configuration to look like:release/0.2.0
Observe the correct output:release/0.2.0-bravo
Observe the incorrect output:RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response