You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.21.0:hotfix-finish (default-cli) on project test-repo: hotfix-finish: Hotfix branch with name 'hotfix/1.6.2' doesn't exist. Cannot finish hotfix. -> [Help 1]
IMHO it should check if the branch exists on remote instead of local and fetch it if it is not yet present locally. That way it would be consistent with how the release-finish goal works.
The text was updated successfully, but these errors were encountered:
When trying to run
hotfix-finish
in non-interactive mode, the goal will fail if the hotfix branch does not exist on the local environment.For example
results in
IMHO it should check if the branch exists on remote instead of local and fetch it if it is not yet present locally. That way it would be consistent with how the
release-finish
goal works.The text was updated successfully, but these errors were encountered: