gitflow-maven-plugin
gitflow-maven-plugin copied to clipboard
feat: @{version} replaced in gitPushOptions for (release|hotifx)-start
Hi I'm using MR to push changes to the production branch and I want to use @{version} within gitPushOptions to set the correct message like this
<gitPushOptions>merge_request.create merge_request.target=main merge_request.title="Release @{version} to main"</gitPushOptions>