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 09:42:42 UTC

[camel-k] branch main updated: chore(doc): minor process adjustments

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 366405340 chore(doc): minor process adjustments
366405340 is described below

commit 366405340058191e5582107cba19790aa2ed50f0
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 17 11:42:38 2023 +0200

    chore(doc): minor process adjustments
---
 release.adoc | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/release.adoc b/release.adoc
index 981d1d1a3..200c330ff 100644
--- a/release.adoc
+++ b/release.adoc
@@ -94,27 +94,22 @@ Now the release on staging can be executed.
 ```
 make release-staging
 ```
+A docker image `camelk/camel-k:<version>` will be pushed to the staging organization (`camelk`, not `apache`). Binary files (CLIs) will be generated as well and put in the project root directory.
 
-Binary files will be generated and put in the project root directory, including examples.
+[[testing]]
+=== Do some testing
 
-Now run:
+A combined release can be immediately tested with the following install command:
 
 ```
-cd release-utils/scripts/
-./upload-sources.sh <released_version> <released_version>
+kamel install --operator-image=camelk/camel-k:$CAMEL_K_VERSION --maven-repository=https://repository.apache.org/content/repositories/orgapachecamel-$APACHE_NEXUS_RUNTIME_REPO_ID
 ```
 
-This will upload the sources, client and examples to the dist/dev repository in ASF.
-
-A docker image `camelk/camel-k:<version>` will be pushed to the staging organization (`camelk`, not `apache`).
-
-[[testing]]
-== Do some testing
-
-A combined release can be immediately tested with the following install command:
+If tests are okey, 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.
 
 ```
-kamel install --operator-image=camelk/camel-k:$CAMEL_K_VERSION --maven-repository=https://repository.apache.org/content/repositories/orgapachecamel-$APACHE_NEXUS_RUNTIME_REPO_ID
+cd release-utils/scripts/
+./upload-sources.sh <released_version> <released_version>
 ```
 
 [[release-notes]]