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
487 stars 180 forks source link

feature(#374) : release goal merge back to develop #375

Closed alexist closed 1 year ago

alexist commented 1 year ago

Merge back production/tag into develop during release https://github.com/aleksandr-m/gitflow-maven-plugin/issues/374

aleksandr-m commented 1 year ago

@alexist Please change only code that is relevant to issue at hand.

alexist commented 1 year ago

@aleksandr-m I have removed unrelated changes

alexist commented 1 year ago

@aleksandr-m : just wondering if you had time to review this MR ?

aleksandr-m commented 1 year ago

@alexist Thanks! I'll also add option to skip back merging to support old behavior and to be consistent with others goals.