You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/release.adoc
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ The ones for Typinator are listed <<typinator-shortcuts, below>>.
12
12
$ mvn release:prepare \
13
13
-DreleaseVersion="1.2.3" \
14
14
-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." \
17
17
-Dtag="1.2.3"
18
18
----
19
19
. Reset the release branch to the tag created
@@ -37,8 +37,6 @@ $ git push --force-with-lease
37
37
This will kick of the CI workflows that fully publish the releases to the corresponding repositories.
38
38
GA and service releases got to Maven Central, preview releases go to the Spring Artifactory.
39
39
40
-
41
-
42
40
== Updating dependency versions
43
41
44
42
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.
0 commit comments