Add custom scmCommentPrefix for maven-release-plugin

This commit is contained in:
Andreas Dangel 2023-04-15 16:08:04 +02:00
parent 1ca778f167
commit 9a0a52e950
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -169,6 +169,7 @@ git commit -a -m "Prepare pmd release ${RELEASE_VERSION}"
-Dtag="pmd_releases/${RELEASE_VERSION}" \
-DreleaseVersion="${RELEASE_VERSION}" \
-DdevelopmentVersion="${DEVELOPMENT_VERSION}" \
-DscmCommentPrefix="[release] " \
-Pgenerate-rule-docs