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 d9bb817f455f665801101311be60b5efd5070b02 Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 6 10:46:31 2022 +0100 ISIS-2965: updates release docs --- .../comguide/modules/ROOT/pages/post-release-successful.adoc | 5 +++-- 1 file changed, 3 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 38d27649bd..251b91f27b 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -359,10 +359,11 @@ NOTE: that this isn't performed in the docs branch (xref:#create-doc-branch[prev * Now update `site.yml` + -This will reference the new branch (and any previous branches). +This will reference the new branch, and any previous branches. Every content source needs to be updated: + -** `branches: HEAD` -> `branches: {page-isisrel}` +** `branches: HEAD` -> `branches: [2.0.0-M5, 2.0.0-M6, ... , {page-isisrel}]` + * commit this change, too (there's no need to push): +
