This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC2 in repository https://gitbox.apache.org/repos/asf/isis.git
commit bc5eddb8e5e8c6729fbd68d2f1db16646f39e445 Author: Dan Haywood <[email protected]> AuthorDate: Sun Sep 25 14:11:10 2022 +0100 ISIS-2965 : release doc fix --- .../components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 7 ------- 1 file changed, 7 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 bf51b84edc..ad7ff9e9d4 100644 --- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc +++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc @@ -259,13 +259,6 @@ git push origin $ISISBRANCH -u ---- -[#bump-code-to-isisrel] -=== Bump code to `$ISISREL` - -Search through the `.java` files for `{page-isisprev}`, and change to `{page-isisrel}`. - -At the time of writing there was just one `.java` file that had the release hard-coded (`IsisConfigurationLegacy`). - === Switch to the `bom` directory
