From cd15a91b4dfc5b807a545a5c1355260b03a5d671 Mon Sep 17 00:00:00 2001 From: Ian Muge Date: Sat, 15 Jan 2022 15:28:21 +0100 Subject: [PATCH] replace in bash --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 0aab502..f3219b9 100755 --- a/release.sh +++ b/release.sh @@ -51,7 +51,7 @@ image_version_file="VERSION" new_version="v$MAJOR.$MINOR.$PATCH" echo "$new_version" > ${image_version_file} -sed -i "s/appVersion: .*/appVersion: $new_version/g" "./chart/Chart.yaml" +sed -i "" "s/appVersion: .*/appVersion: $new_version/g" ./chart/Chart.yaml git add ${image_version_file} ./chart/Chart.yaml git commit -am "Release $new_version