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
8484 public const string DefaultVersionInBranchRegexPattern = @"(?<version>[vV]?\d+(\.\d+)?(\.\d+)?).*" ;
8585 public const string MainBranchRegexPattern = "^master$|^main$" ;
8686 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>.+)" ;
8989 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>.+)" ;
9292 public const string UnknownBranchRegexPattern = "(?<BranchName>.+)" ;
9393
9494 [ GeneratedRegex ( DefaultTagPrefixRegexPattern , RegexOptions . IgnoreCase | RegexOptions . Compiled ) ]
You can’t perform that action at this time.
0 commit comments