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 9d5ef76d6 chore: spare some time skipping unit test
9d5ef76d6 is described below

commit 9d5ef76d614345b235129d53fcee05cc418ac960
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Sat Jun 21 17:52:50 2025 +0200

    chore: spare some time skipping unit test
---
 release.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/release.adoc b/release.adoc
index 1a6a3345d..242668da9 100644
--- a/release.adoc
+++ b/release.adoc
@@ -65,11 +65,13 @@ NOTE: you can run the script with -d option to dry run and 
evaluate the changes
 ```
 git checkout release.x.y.z
 make bump VERSION=<new-version>
-make release-staging
+make release-staging (*)
 ```
 
 A docker image `camelk/camel-k:<version>` will be pushed to the 
https://hub.docker.com/r/camelk/camel-k/tags[staging organization] (`camelk`, 
not `apache`). Binary files (CLIs) will be generated as well and put in the 
project root directory. Also the OLM staging bundle is going to be published as 
`camelk/camel-k-bundle:<version>` to the 
https://hub.docker.com/r/camelk/camel-k/tags[staging organization].
 
+* you can skip unit testing prepending `NOTEST=1` if the last build was 
successfull.
+
 [[testing]]
 === Do some testing
 

Reply via email to