Skip to content

Commit 2f12e81

Browse files
committed
Create local support branch if needed on hotfix-finish - closes #219
1 parent af7a8a1 commit 2f12e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/amashchenko/maven/plugin/gitflow/GitFlowHotfixFinishMojo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
164164
gitFetchRemoteAndCompare(hotfixBranchName);
165165

166166
if (supportBranchName != null) {
167+
gitFetchRemoteAndCreate(supportBranchName);
167168
gitFetchRemoteAndCompare(supportBranchName);
168169
} else {
169170
if (notSameProdDevName()) {

0 commit comments

Comments
 (0)