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

Adding option to feature finish the current branch in batch mode #271

Closed CallumKerson closed 3 years ago

CallumKerson commented 3 years ago

Adding the property finishCurrentBranch to the feature-finish goal. Addresses issue #270.

CallumKerson commented 3 years ago

I am not sure what to do about the java doc for the property in terms of version number. I have current set it to be @since 1.16.0, but am happy to change it to whatever is appropriate.

CallumKerson commented 3 years ago

The fix here https://github.com/aleksandr-m/gitflow-maven-plugin/commit/bd2c3949cfbb391d2cfbe721731e7359209c7d41 is sufficient for this need.