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:23:29 UTC

[camel-k] branch release-1.3.x 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 release-1.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.3.x by this push:
     new 8ccd034  Release Documentation: It's release-helm and not generate-helm command
8ccd034 is described below

commit 8ccd034139ebb0f27dd74259f3e8095ff34ef0b0
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 a4ea1ed..1b1308e 100644
--- a/release.adoc
+++ b/release.adoc
@@ -194,7 +194,7 @@ From the master branch:
 
 ```
 ./script/set-version.sh <released-version>
-make generate-helm
+make release-helm
 ```
 
 Commit to the master branch the tar.gz file and the updated index that have been generated in `/docs/charts` and the updated `Chart.yaml`.