Jordan Amar created MRELEASE-1064:
-------------------------------------
Summary: release:branch uses @releaseLabel instead of @branchName
in default scm commit
Key: MRELEASE-1064
URL: https://issues.apache.org/jira/browse/MRELEASE-1064
Project: Maven Release Plugin
Issue Type: Bug
Components: branch
Affects Versions: 3.0.0-M4
Reporter: Jordan Amar
Calling plugin with this command:
{code:java}
mvn release:branch -B -DbranchName=lol -DupdateBranchVersions=true
-DdryRun{code}
(dry run or not) will create a commit with the folling comment:
_[maven-release-plugin] prepare branch @\{releaseLabel}_
@\{branchName} should be used instead
--
This message was sent by Atlassian Jira
(v8.3.4#803005)