From 4ef2d3b8c2d4acdc56dd2e64e12b8d58002ffe9a Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Mon, 25 Jul 2022 15:18:23 +0200 Subject: [PATCH] Documentation update (release instructions). --- doc/release/release.howto.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 6f8275caf..0096f58ad 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -80,11 +80,13 @@ Preliminary checks: (1) As a first optional step, you can test that everything works locally, i.e. -that the build process can create all the necessary artifacts. The command +that the build process can create all the necessary artifacts. The commands - $ mvn clean deploy -Prelease -Ptest-deploy + $ mvn -Prelease-notes changes:announcement-generate + $ mvn clean site deploy -Prelease -Ptest-deploy -should create the artifacts in the "target/deploy". +should create the artifacts in the "target/deploy" (note that the "JAVA_HOME" +environment variable msut be defined to point to a valid JDK installation). (2)