gitflow-maven-plugin icon indicating copy to clipboard operation
gitflow-maven-plugin copied to clipboard

feat: @{version} replaced in gitPushOptions for (release|hotifx)-start

Open failnix opened this issue 11 months ago • 0 comments

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>

failnix avatar Jan 31 '25 08:01 failnix