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:09:06 UTC

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

commit 95c724d7fff1516e5cceada23ed6f070879ba63d
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 b9f6304..8ba2600 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
 ```