This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch 3.1.0 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 728bf4194cb3434acba23d4344f06636bb4081ad Author: Dan Haywood <[email protected]> AuthorDate: Sun Jul 7 18:10:52 2024 +0100 fixes to release procedure --- .../modules/ROOT/pages/post-release-successful.adoc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 b38d6fcd8a..4319dff2d1 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -399,6 +399,18 @@ git reset --hard rel/causeway-{page-causewayrelv3} find . -name antora.yml -exec sed -i 's/latest/{page-causewayrelv3}/g' {} \; ---- + +* update the version for the petclinic tutorial: ++ +[source,bash,subs="attributes+"] +.antora/components/tutorials/antora.yml +---- +asciidoc: + attributes: + tag-version: '{page-causewayrelv3}' + jdk-version: '{page-causewayjdkv3}' +---- + * build framework + [source,bash,subs="attributes+"] @@ -408,7 +420,7 @@ mvnd clean install -T1C -DskipTests -Dgithub popd ---- -* if necessary, build the module tooling, as per xref:release-process-prereqs.adoc#doc-tooling[doc tooling prereqs] process. +* build and link to the module tooling jar, as per xref:release-process-prereqs.adoc#doc-tooling[doc tooling prereqs] process * generate the website: + @@ -441,6 +453,8 @@ git push origin {page-causewayrelv3} -u ---- + + [#generate-the-site] === Generate the site
