This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch 3.3.0 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 137c6a56c43241130acc95d9306a99ef752f8df3 Author: Dan Haywood <[email protected]> AuthorDate: Wed Apr 9 00:03:14 2025 +0100 updates docs --- .../modules/ROOT/pages/post-release-successful.adoc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc index 286f4aaf081..217493560a0 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -339,6 +339,14 @@ asciidoc: jdk-version: '{page-causewayjdkversion}' ---- +* Commit all these changes: ++ +[source,bash,subs="attributes+"] +---- +git add . +git commit -m "$CAUSEWAYJIRA: bumps antora.yml versions to $CAUSEWAYREL" +---- + * build framework + [source,bash,subs="attributes+"] @@ -365,13 +373,6 @@ git add . git commit -m "$CAUSEWAYJIRA: updates docs on new release branch" ---- -* Commit all these changes: -+ -[source,bash,subs="attributes+"] ----- -git add . -git commit -m "$CAUSEWAYJIRA: bumps antora.yml versions to $CAUSEWAYREL" ----- * Push the documentation branch: +
