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
We already use the plugin very successfully. Thanks for the great implementation, the source code is well structured and easy to follow.
In our projects we mainly have only one hotfix branch and have automated the processes so that they run in background mode without user input.
Therefore, a process like the release-finish is also relevant for the hotfix-finish. This means that if only one hotfix branch is found, it should be used for closing without set the hotfixBranch parameter.
mvn gitflow:hotfix-finish -DpushRemote=false -B
The text was updated successfully, but these errors were encountered:
basmussen
pushed a commit
to dataliquid/gitflow-maven-plugin
that referenced
this issue
Jan 22, 2022
We already use the plugin very successfully. Thanks for the great implementation, the source code is well structured and easy to follow.
In our projects we mainly have only one hotfix branch and have automated the processes so that they run in background mode without user input.
Therefore, a process like the
release-finish
is also relevant for thehotfix-finish
. This means that if only one hotfix branch is found, it should be used for closing without set the hotfixBranch parameter.mvn gitflow:hotfix-finish -DpushRemote=false -B
The text was updated successfully, but these errors were encountered: