aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
490 stars 182 forks source link

hotfix-finish on support branch: update to next SNAPSHOT version after tagging #274

Open puce77 opened 3 years ago

puce77 commented 3 years ago

When running the hotfix-finish goal on a support branch, the support branch stays on the released version instead of the next SNAPSHOT version.

After tagging do something like:

aleksandr-m commented 3 years ago

@puce77 Some use support branches as old production branches, meaning there is no snapshot in there.