gitflow-maven-plugin icon indicating copy to clipboard operation
gitflow-maven-plugin copied to clipboard

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

Open puce77 opened this issue 5 years ago • 1 comments

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:

  • update to next SNAPSHOT version
  • push support branch
  • checkout tag
  • run postHotfixGoals / run deploy out-of-the-box (using the same Maven arguments such as profiles etc.)

puce77 avatar Jan 05 '21 20:01 puce77

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

aleksandr-m avatar Jan 15 '21 06:01 aleksandr-m