Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.8.1
Operating system
N/A
What are you seeing?
As per #5021, we should not throw an exception when placeholders are not found, and return the label as-is. Behavior to change in 7.x but this is a 6.x regression.
What is expected?
Bad labels with missing placeholders should not throw
Steps to Reproduce
Create a label config with {BranchName} and do not capture this value in the regex.
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.8.1
Operating system
N/A
What are you seeing?
As per #5021, we should not throw an exception when placeholders are not found, and return the label as-is. Behavior to change in 7.x but this is a 6.x regression.
What is expected?
Bad labels with missing placeholders should not throw
Steps to Reproduce
Create a label config with
{BranchName}and do not capture this value in the regex.RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).