Skip to content

Commit c0798cb

Browse files
committed
GH-2241 - Polish release docs.
1 parent 6aa0b7f commit c0798cb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

etc/release.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The ones for Typinator are listed <<typinator-shortcuts, below>>.
1212
$ mvn release:prepare \
1313
-DreleaseVersion="1.2.3" \
1414
-DdevelopmentVersion="1.2.4-SNAPSHOT" \
15-
-DscmReleaseCommitComment="4711 - Release version 1.2.3." \
16-
-DscmDevelopmentCommitComment="4711 - Prepare next development iteration." \
15+
-DscmReleaseCommitComment="GH-4711 - Release version 1.2.3." \
16+
-DscmDevelopmentCommitComment="GH-4711 - Prepare next development iteration." \
1717
-Dtag="1.2.3"
1818
----
1919
. Reset the release branch to the tag created
@@ -37,8 +37,6 @@ $ git push --force-with-lease
3737
This will kick of the CI workflows that fully publish the releases to the corresponding repositories.
3838
GA and service releases got to Maven Central, preview releases go to the Spring Artifactory.
3939

40-
41-
4240
== Updating dependency versions
4341

4442
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 . \
117115
mvn release:prepare \
118116
-DreleaseVersion="{{version=?Release version}}{{version}}" \
119117
-DdevelopmentVersion="{{devVersion=?Development version}}{{devVersion}}" \
120-
-DscmReleaseCommitComment="{{ticketId=?Ticket}}{{ticketId}} - Release version {{version}}." \
121-
-DscmDevelopmentCommitComment="{{ticketId}} - Prepare next development iteration." \
118+
-DscmReleaseCommitComment="GH-{{ticketId=?Ticket}}{{ticketId}} - Release version {{version}}." \
119+
-DscmDevelopmentCommitComment="GH-{{ticketId}} - Prepare next development iteration." \
122120
-Dtag="{{version}}"
123121
----

0 commit comments

Comments
 (0)