diff --git a/etc/release.adoc b/etc/release.adoc index 3c8fc37a..a4c9c36c 100644 --- a/etc/release.adoc +++ b/etc/release.adoc @@ -12,8 +12,8 @@ The ones for Typinator are listed <>. $ mvn release:prepare \ -DreleaseVersion="1.2.3" \ -DdevelopmentVersion="1.2.4-SNAPSHOT" \ - -DscmReleaseCommitComment="4711 - Release version 1.2.3." \ - -DscmDevelopmentCommitComment="4711 - Prepare next development iteration." \ + -DscmReleaseCommitComment="GH-4711 - Release version 1.2.3." \ + -DscmDevelopmentCommitComment="GH-4711 - Prepare next development iteration." \ -Dtag="1.2.3" ---- . Reset the release branch to the tag created @@ -37,8 +37,6 @@ $ git push --force-with-lease This will kick of the CI workflows that fully publish the releases to the corresponding repositories. GA and service releases got to Maven Central, preview releases go to the Spring Artifactory. - - == Updating dependency versions Prior to a release we make sure that all dependencies have been updated to the latest ones corresponding to the policy applicable to the branch to be released. @@ -117,7 +115,7 @@ git add . \ mvn release:prepare \ -DreleaseVersion="{{version=?Release version}}{{version}}" \ -DdevelopmentVersion="{{devVersion=?Development version}}{{devVersion}}" \ - -DscmReleaseCommitComment="{{ticketId=?Ticket}}{{ticketId}} - Release version {{version}}." \ - -DscmDevelopmentCommitComment="{{ticketId}} - Prepare next development iteration." \ + -DscmReleaseCommitComment="GH-{{ticketId=?Ticket}}{{ticketId}} - Release version {{version}}." \ + -DscmDevelopmentCommitComment="GH-{{ticketId}} - Prepare next development iteration." \ -Dtag="{{version}}" ----