You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jordan Amar (Jira)" <ji...@apache.org> on 2021/04/20 14:52:00 UTC

[jira] [Updated] (MRELEASE-1064) release:branch uses @releaseLabel instead of @branchName in default scm commit

     [ https://issues.apache.org/jira/browse/MRELEASE-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Amar updated MRELEASE-1064:
----------------------------------
    Description: 
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 +releaseLabel+

  was:
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


> 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
>            Priority: Major
>
> 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 +releaseLabel+



--
This message was sent by Atlassian Jira
(v8.3.4#803005)