-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE]: Regex Capture Groups don't work correctly on release branch. #4019
Comments
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
The text was updated successfully, but these errors were encountered: