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

Issue 289/213, allow optional pushing of release tag to develop #291

Closed pennajenna closed 2 years ago

pennajenna commented 3 years ago

I have added an optional parameter "tagDevelop", this defaults to false to keep the functionality the same. If this is set to true, once the merge from release-branch to develop is complete, we also merge the release-tag to develop.

pennajenna commented 3 years ago

@aleksandr-m How can I get this PR reviewed and merged?

aleksandr-m commented 2 years ago

Done in da263d3f6672d0c26243c829aef4d3a457848ee6