This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 75fb226fd4cafbabfa201a095d1201bf0b796a06 Author: danhaywood <[email protected]> AuthorDate: Tue Oct 10 06:55:17 2023 +0100 CAUSEWAY-3528 : update release 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 3db8fc456a..c13d786a3d 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -532,7 +532,7 @@ git push origin release-{page-causewayrel}-$RC --delete In the main repo, in `.github/workflows`, update the `BASELINE` variable: [source,yml,subs="attributes+"] -.ci-build-artifacts-no-push-maven.yml +..github/workflows/ci-build-artifacts-no-push-maven.yml ---- jobs: build: @@ -544,7 +544,7 @@ jobs: and [source,yml,subs="attributes+"] -.ci-build-site-no-push.yml +..github/workflows/ci-build-site-no-push.yml ---- jobs: build:
