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
17
17
{ ConfigurationProvider . ReleaseBranchRegex , ConfigurationProvider . ReleaseBranchKey } ,
18
18
{ ConfigurationProvider . SupportBranchRegex , ConfigurationProvider . SupportBranchKey } ,
19
19
{ 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 }
21
24
} ;
22
25
23
26
public static void Notify ( StringReader reader )
You can’t perform that action at this time.
0 commit comments