You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/09/25 12:09:51 UTC

[isis] 02/03: ISIS-2965: updates release docs

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/isis.git

commit c611dc148abe843cdc90898515bf75922bd008ea
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Sep 25 12:47:25 2022 +0100

    ISIS-2965: updates release docs
---
 .../components/comguide/modules/ROOT/pages/cutting-a-release.adoc   | 6 +++---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc        | 2 +-
 .../comguide/modules/ROOT/pages/updating-the-website.adoc           | 2 +-
 .../comguide/modules/ROOT/partials/publish-and-index-website.adoc   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index d001908ff5..8dd7ab1248 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -179,7 +179,7 @@ mvn -D module-tooling -D skip.essential install -DskipTests
 +
 [source,bash,subs="attributes+"]
 ----
-bash preview.sh
+sh preview.sh
 ----
 
 Check for any Asciidoc errors, and fix.
@@ -705,7 +705,7 @@ popd
 ----
 cd ../isis-release
 
-bash preview.sh -A
+sh preview.sh -A
 ----
 +
 [WARNING]
@@ -744,7 +744,7 @@ cd ../isis-site
 git add .
 git commit -m "$ISISJIRA : staging changes to website"
 
-bash preview.sh
+sh preview.sh
 ----
 
 * If happy, then push the changes:
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 3f18048aec..f3b1f00d43 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -391,7 +391,7 @@ mvn -D module-tooling -D skip.essential install -DskipTests
 +
 [source,bash,subs="attributes+"]
 ----
-bash preview.sh
+sh preview.sh
 ----
 +
 This will write to `antora/target/site`; we'll use the results in the xref:#publish-website[next section].
diff --git a/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc b/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc
index 5a2c46824a..8352df24f1 100644
--- a/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc
@@ -50,7 +50,7 @@ mvn -D module-tooling -D skip.essential install -DskipTests
 +
 [source,bash,subs="attributes+"]
 ----
-bash preview.sh
+sh preview.sh
 ----
 +
 This will write to `antora/target/site`; we'll use the results in the xref:#publish-website[next section].
diff --git a/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc b/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc
index 5dfa179bcd..80dee33248 100644
--- a/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc
+++ b/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc
@@ -45,7 +45,7 @@ git add .
 ----
 git commit -m "updates website"
 
-bash preview.sh
+sh preview.sh
 ----
 
 * If everything looks ok, then push the changes to make live, and switch back to the `isis` repo: