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:38 UTC

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


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

commit 439bb15aa5ad075a07b18f8e20cdde244ea012c5
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 03a133f..1d5e10a 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`.