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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 9646b347 chore(doc): minor release change
9646b347 is described below

commit 9646b3478225684e3a5f68defac479526ae85890
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 1 12:11:15 2023 +0200

    chore(doc): minor release change
---
 release.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/release.adoc b/release.adoc
index 4f17a2e5..38f305b1 100644
--- a/release.adoc
+++ b/release.adoc
@@ -82,8 +82,7 @@ To prepare a release and check problems:
 During the process you will be requested to provide the final version you're 
about to release (typically the same you're working on but withouth SNAPSHOT) 
and the next one that will be started after. Once the process is over, check 
the signatures of the files, then clean and prepare the actual release:
 
 ```
-./mvnw release:clean -Prelease
-./mvnw release:prepare -Prelease -Duser=<your Apache LDAP id> 
[-Dpassword=<your Apache LDAP pwd>] -Darguments=-DskipTests 
-DautoVersionSubmodules=true
+./mvnw release:clean release:prepare -Prelease -Duser=<your Apache LDAP id> 
[-Dpassword=<your Apache LDAP pwd>] -Darguments=-DskipTests 
-DautoVersionSubmodules=true
 ```
 
 You need to provide the user (and optionally password) of your Apache account. 
This is required as the procedure will log in to 
https://gitbox.apache.org[GitBox]. If you do not provide the password, it will 
be prompted during the procedure and you'll need to provide it when asked.

Reply via email to