Skip to content

Commit

Permalink
Fix creating release branch in hotfix-finish goal - closes #391
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed May 30, 2023
1 parent 9d47a42 commit 09346f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
throw new MojoFailureException("More than one remote release branch exists. Cannot finish hotfix.");
}

gitCreateBranch(remoteRelease, remoteReleases);
gitFetchRemoteAndCompareCreate(remoteRelease);
}
}
}
Expand Down

0 comments on commit 09346f6

Please sign in to comment.