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 2e925c2124a9bd58b6d952721bb51a11340105fa Author: Dan Haywood <[email protected]> AuthorDate: Tue Apr 8 23:46:05 2025 +0100 minor updates to docs --- .../comguide/modules/ROOT/pages/post-release-successful.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 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 db44dc1b900..fee352be6b6 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -140,7 +140,7 @@ sh scripts/jira-release-notes.sh CAUSEWAY $CAUSEWAYREL > /tmp/$CAUSEWAYREL.adoc + [NOTE] ==== -This script uses 'jq' to parse JSON. +This script uses `jq` to parse JSON. See the script itself for details of how to install this utility. ==== @@ -528,7 +528,7 @@ In the `apache-causeway-committers/causeway-nightly` repo, similarly bump the ve [source,bash,subs="attributes+"] ---- git fetch -git reset --hard origin/master +git reset --hard origin/main ---- * update the `apache-causeway-ci-nightly.yml` file:
