You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/24 11:04:44 UTC

[camel-k] branch main updated: Release Documentation: It's release-helm and not generate-helm command

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

acosentino 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 d97d09f  Release Documentation: It's release-helm and not generate-helm command
d97d09f is described below

commit d97d09f648a509360b892a382b4c9516f7da2e08
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 24 11:54:58 2022 +0100

    Release Documentation: It's release-helm and not generate-helm command
---
 release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.adoc b/release.adoc
index 6042d3f..d02e51c 100644
--- a/release.adoc
+++ b/release.adoc
@@ -254,7 +254,7 @@ From the main branch:
 
 ```
 ./script/set-version.sh <released-version>
-make generate-helm
+make release-helm
 ```
 
 Commit to the main branch the tar.gz file and the updated index that have been generated in `/docs/charts` and the updated `Chart.yaml`.