Skip to content

Commit d435f57

Browse files
committed
minor update to release doc
1 parent a85f210 commit d435f57

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -606,24 +606,18 @@ git checkout -b {page-causewayreleaseversion}
606606
+
607607
[source,bash,subs="attributes+"]
608608
----
609-
git reset --hard v3
610-
----
611-
612-
* Set the version using the `setver.sh` script (basically just runs `mvn versions:set`).
613-
+
614-
[source,bash,subs="attributes+"]
615-
----
616-
./setver.sh -v {page-causewayreleaseversion}
609+
git reset --hard origin/v3
617610
----
618611

619612
* Create the new tags using `tagger.sh`:
620613
+
621614
[source,bash,subs="attributes+"]
622615
----
623-
PREV_VERSION=... # <.>
624-
./tagger.sh -p $PREV_VERSION -v {page-causewayreleaseversion}
616+
PREV_VERSION=... # <.>
617+
./tagger.sh -p $PREV_VERSION -v {page-causewayreleaseversion} -y # <.>
625618
----
626619
<.> adjust as necessary; should be the immediately previous version.
620+
<.> omit `-y` flag for a dry run.
627621

628622
* confirm that the last tag builds and runs ok.
629623
+

0 commit comments

Comments
 (0)