File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ internal static partial class Configuration
84
84
public const string DefaultVersionInBranchRegexPattern = @"(?<version>[vV]?\d+(\.\d+)?(\.\d+)?).*" ;
85
85
public const string MainBranchRegexPattern = "^master$|^main$" ;
86
86
public const string DevelopBranchRegexPattern = "^dev(elop)?(ment)?$" ;
87
- public const string ReleaseBranchRegexPattern = @"^releases?[\\ /-](?<BranchName>.+)" ;
88
- public const string FeatureBranchRegexPattern = @"^features?[\\ /-](?<BranchName>.+)" ;
87
+ public const string ReleaseBranchRegexPattern = @"^releases?[\/-](?<BranchName>.+)" ;
88
+ public const string FeatureBranchRegexPattern = @"^features?[\/-](?<BranchName>.+)" ;
89
89
public const string PullRequestBranchRegexPattern = "^(pull-requests|pull|pr)[\\ /-](?<Number>\\ d*)" ;
90
- public const string HotfixBranchRegexPattern = @"^hotfix(es)?[\\ /-](?<BranchName>.+)" ;
91
- public const string SupportBranchRegexPattern = @"^support[\\ /-](?<BranchName>.+)" ;
90
+ public const string HotfixBranchRegexPattern = @"^hotfix(es)?[\/-](?<BranchName>.+)" ;
91
+ public const string SupportBranchRegexPattern = @"^support[\/-](?<BranchName>.+)" ;
92
92
public const string UnknownBranchRegexPattern = "(?<BranchName>.+)" ;
93
93
94
94
[ GeneratedRegex ( DefaultTagPrefixRegexPattern , RegexOptions . IgnoreCase | RegexOptions . Compiled ) ]
You can’t perform that action at this time.
0 commit comments