This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-RC3-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 7ab9e292d78ce938bd7df488d084c1389d7160e5 Author: danhaywood <[email protected]> AuthorDate: Tue Oct 10 06:28:55 2023 +0100 CAUSEWAY-3528: minor doc improvement (for next release will suffice) --- .../comguide/modules/ROOT/pages/post-release-successful.adoc | 4 ++++ 1 file changed, 4 insertions(+) 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 78d3a542d4..412e9cbd16 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -424,8 +424,10 @@ Now, update `site.yml` using `site.NEXT.yml`: + [source,bash,subs="attributes+"] ---- +pushd antora/playbooks mv site.yml site.ORIG.yml mv site.NEXT.yml site.yml +popd ---- * update the new `site.yml`, eg: @@ -486,8 +488,10 @@ Finally, restore the original `site.yml` file: + [source,bash,subs="attributes+"] ---- +pushd antora/playbooks mv site.yml site.NEXT.yml mv site.ORIG.yml site.yml +popd ---- * commit
