File tree Expand file tree Collapse file tree
antora/components/comguide/modules/ROOT/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments