File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/GitVersionCore/Configuration Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,10 @@ public class LegacyConfigNotifier
1717 { ConfigurationProvider . ReleaseBranchRegex , ConfigurationProvider . ReleaseBranchKey } ,
1818 { ConfigurationProvider . SupportBranchRegex , ConfigurationProvider . SupportBranchKey } ,
1919 { ConfigurationProvider . PullRequestRegex , ConfigurationProvider . PullRequestBranchKey } ,
20- { "release[/-]" , ConfigurationProvider . ReleaseBranchKey }
20+ { "release[/-]" , ConfigurationProvider . ReleaseBranchKey } ,
21+ { "hotfix[/-]" , ConfigurationProvider . HotfixBranchKey } ,
22+ { "feature(s)?[/-]" , ConfigurationProvider . FeatureBranchKey } ,
23+ { "feature[/-]" , ConfigurationProvider . FeatureBranchKey }
2124 } ;
2225
2326 public static void Notify ( StringReader reader )
You can’t perform that action at this time.
0 commit comments