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:12:53 UTC

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


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

commit 8f15edfa5012af4a29b2caa373df1637800c55c5
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 ae39e04..ce6cd24 100644
--- a/release.adoc
+++ b/release.adoc
@@ -222,7 +222,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
 ```