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
493 stars 181 forks source link

Add useSnapshotInSupport parameter to gitflow:support-start #250

Closed beatngu13 closed 3 years ago

beatngu13 commented 4 years ago

There are already the options useSnapshotInRelease and useSnapshotInHotfix to start a release (via gitflow:release-start) / hotfix (via gitflow:hotfix-start) branch with a snapshot version. Personally, I find this very helpful while working on a release or a hotfix.

I believe support branches are very similar, one might first has to work on a support release before actually releasing it. A snapshot qualifier helps to show this intent. Because of this, and since it fits well to the aforementioned *-start goals, I suggest to add a useSnapshotInSupport parameter to gitflow:support-start.

I'm also happy to help or submit a PR if desired.

aleksandr-m commented 4 years ago

@beatngu13 Sure. PR-s are always welcome.

beatngu13 commented 3 years ago

@aleksandr-m thanks for picking this up – and sorry for not sticking to my promise of a PR. 🙏

aleksandr-m commented 3 years ago

@beatngu13 1.16.0 is released.