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 44897b49a8ea78bfdcfbb32e13e705fb143c1367
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Apr 8 23:51:42 2025 +0100

    minor updates to docs
---
 .../components/comguide/modules/ROOT/pages/post-release-successful.adoc | 2 +-
 1 file changed, 1 insertion(+), 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 fee352be6b6..286f4aaf081 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -324,7 +324,7 @@ git reset --hard rel/causeway-{page-causewayreleaseversion}
 +
 [source,bash,subs="attributes+"]
 ----
-find . -name antora.yml -exec sed -i 
's/latest/{page-causewayreleaseversion}/g' {} \;
+find . -name antora.yml -exec sh -c 'sed 
"s/latest/{page-causewayreleaseversion}/g" "$1" > "$1.tmp" && mv "$1.tmp" "$1"' 
_ {} \;
 ----
 
 

Reply via email to