We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc191d commit a1b45faCopy full SHA for a1b45fa
src/GitVersion.Core/Configuration/ConfigurationConstants.cs
@@ -23,5 +23,5 @@ internal static class ConfigurationConstants
23
public const string PullRequestBranchRegex = @"^(pull|pull\-requests|pr)[/-]";
24
public const string HotfixBranchRegex = "^hotfix(es)?[/-]";
25
public const string SupportBranchRegex = "^support[/-]";
26
- public const string UnknownBranchRegex = "(?<BranchName>.*)";
+ public const string UnknownBranchRegex = "(?<BranchName>.+)";
27
}
0 commit comments