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

tzulitai pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit eeed11aa62303f317a1c417f0d031b01211dff1c
Author: Tzu-Li (Gordon) Tai <tzuli...@apache.org>
AuthorDate: Wed Mar 25 16:40:41 2020 +0800

    [hotfix] Let update_branch_version.sh update version string in Helm charts
---
 tools/releasing/update_branch_version.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/releasing/update_branch_version.sh 
b/tools/releasing/update_branch_version.sh
index 0958e6b..5dc98b8 100755
--- a/tools/releasing/update_branch_version.sh
+++ b/tools/releasing/update_branch_version.sh
@@ -66,6 +66,9 @@ perl -pi -e 
"s#version=\'$OLD_VERSION\'#version=\'$NEW_VERSION\'#" statefun-pyth
 perl -pi -e 
"s#<version>(.*)$OLD_VERSION(.*)</version>#<version>$NEW_VERSION</version>#" 
README.md
 perl -pi -e 
"s#-DarchetypeVersion=$OLD_VERSION#-DarchetypeVersion=$NEW_VERSION#" README.md
 
+# change version strings in tools directory
+perl -pi -e "s#version: $OLD_VERSION#version: $NEW_VERSION#" 
tools/k8s/Chart.yaml
+
 git commit -am "[release] Update version to ${NEW_VERSION}"
 
 NEW_VERSION_COMMIT_HASH=`git rev-parse HEAD`

Reply via email to