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 2021/03/28 11:53:14 UTC

[isis] 02/06: ISIS-2444: minor fix for release process

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 218c16f3e7e3eac4641d8c8f8ce6635ed869d36b
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 28 12:04:22 2021 +0100

    ISIS-2444: minor fix for release process
---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc   | 10 ++--------
 1 file changed, 2 insertions(+), 8 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 b606eb8..682a421 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -303,6 +303,7 @@ If there are patches to the documentation, we move the branches.
 We therefore temporarily modify all of the `antora.yml` files (and update `index.html`) file and create a branch for this change; then we update `site.yml` with a reference to that new branch.
 All of this is changed afterwards.
 
+[#create-doc-branch]
 === Create doc branch
 
 First, we update all versions in `antora.yml`:
@@ -345,14 +346,7 @@ git revert HEAD
 
 Lastly, we update `index.html` and then `site.yml`
 
-* Update the home page of the website, `antora/supplemental-ui/index.html`
-+
-
-** update any mention of `master` -> `{page-isisrel}`
-+
-This should be the two sets of starter app instructions for helloworld and simpleapp.
-
-** update any mention of `latest` -> `{page-isisrel}`
+* With the home page of the website, `antora/supplemental-ui/index.html`, update any mention of `latest` -> `{page-isisrel}`
 +
 This should be in hyperlinks, `<a href="docs/...">`
 +