You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/17 10:04:26 UTC

[camel-k] branch main updated: chore(docs): minor updates

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 9aadbb2df chore(docs): minor updates
9aadbb2df is described below

commit 9aadbb2dfb446199a095987f8852763319129425
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 17 12:04:21 2023 +0200

    chore(docs): minor updates
---
 release.adoc | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/release.adoc b/release.adoc
index 03a091231..c7e55acab 100644
--- a/release.adoc
+++ b/release.adoc
@@ -1,3 +1,4 @@
+
 = Releasing Apache Camel K
 
 This procedure describes all the steps required to release a new version of Apache Camel K.
@@ -99,10 +100,19 @@ A docker image `camelk/camel-k:<version>` will be pushed to the staging organiza
 [[testing]]
 === Do some testing
 
-A release can be immediately tested with the following install command:
+Make sure to test the CLI you're about to publish. Expand and test the platform and archicture according to your local environment specifications:
+
+```
+$ tar -xvf camel-k-client-2.0.0-linux-amd64.tar.gz
+...
+$ ./kamel version
+Camel K Client 2.0.0
+```
+
+If the version retrieved is the one expected you can run an installation procedure
 
 ```
-kamel install --operator-image=camelk/camel-k:$CAMEL_K_VERSION
+$ ./kamel install --operator-image=camelk/camel-k:$CAMEL_K_VERSION
 ```
 
 Make some test and if all is in order, you can upload the sources and CLIs to the dist/dev repository in ASF the staged artifacts, in order to link them in the release vote communication.