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/03/09 13:13:03 UTC

[camel-k] branch release-1.8.x updated: Fix script name for set version: from set-version to set_version

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

acosentino pushed a commit to branch release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.8.x by this push:
     new 99fc198  Fix script name for set version: from set-version to set_version
99fc198 is described below

commit 99fc198bcb2ba49e4fbb13367d0b20fdac80db5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 14:08:53 2022 +0100

    Fix script name for set version: from set-version to set_version
---
 release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.adoc b/release.adoc
index 215def9..f1746f5 100644
--- a/release.adoc
+++ b/release.adoc
@@ -272,7 +272,7 @@ First update the chart version in the `Chart.yaml` file under the `/helm` sectio
 From the main branch:
 
 ```
-./script/set-version.sh <released-version>
+./script/set_version.sh <released-version>
 make release-helm
 ```