[MRELEASE-1064] [REGRESSION] release:branch uses @releaseLabel instead of @branchName in default SCM commit (original) (raw)

Calling plugin with this command:

mvn release:branch -B -DbranchName=lol -DupdateBranchVersions=true -DdryRun

(dry run or not) will create a commit with the folling comment:

[maven-release-plugin] prepare branch @{releaseLabel}

branchName should be used instead releaseLabel in scmBranchCommitComment

is duplicated by

Bug - A problem which impairs or prevents the functions of the product. MRELEASE-1138 [REGRESSION] @{releaseLabel} variable is not resolved in the commit message of the branch goal

links to