Skip to content

Commit 22f9055

Browse files
Casper Schmidt Wandahl-Liperarturcic
authored andcommitted
Fixes failing unit test after updating Regex
1 parent 1df77ed commit 22f9055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core.Tests/Configuration/ConfigurationProviderTests.CanWriteOutEffectiveConfiguration.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ branches:
114114
mode: ContinuousDelivery
115115
label: '{BranchName}'
116116
increment: Inherit
117-
regex: (?<BranchName>.*)
117+
regex: (?<BranchName>.+)
118118
source-branches:
119119
- main
120120
- develop

0 commit comments

Comments
 (0)