Description
Using Git, when you do mvn release:branch -DbranchName=xxx,
the commit message for master is "[maven-release-plugin] prepare release xxx".
The right commit message should be "[maven-release-plugin] prepare branch xxx", like for Svn.
Using Git, when you do mvn release:branch -DbranchName=xxx,
the commit message for master is "[maven-release-plugin] prepare release xxx".
The right commit message should be "[maven-release-plugin] prepare branch xxx", like for Svn.