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
494 stars 182 forks source link

Allow overriding releaseVersion for release-finish #361

Open FichteFoll opened 2 years ago

FichteFoll commented 2 years ago

The release and release-start goals have a releaseVersion parameter that can be used to set and modify the version used in the process, but the release-finish (and neither hotfix-finish) do. I would like to reserve the right to overwrite whatever the pom has with the release branch name as editing the pom is frequently forgotten whereas using the correct branch name is not (if the release branch was created manually).