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/08/21 17:44:31 UTC

[isis] 04/07: ISIS-2965: updates release procedure

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit af47ac09624443c803aea09d2bdb8549c4bab72a
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Aug 21 18:17:47 2022 +0100

    ISIS-2965: updates release procedure
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2df480fbac..7f0ac28535 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -740,7 +740,7 @@ You'll also need to rebuild all and then regenerate config files and tooling:
 ----
 git checkout $ISISBRANCH
 pushd bom
-mvn clean install -DskipTests -Dreleased
+mvn clean install -DskipTests -Dgithub
 popd
 mvn clean install -pl core/config
 mvn -D module-tooling -D skip.essential install -DskipTests