There was an error while loading. Please reload this page.
1 parent a0640e0 commit 7e9f9a7Copy full SHA for 7e9f9a7
2 files changed
site/amoro-site/content/community/release-guide.md
@@ -266,6 +266,9 @@ fi
266
267
# change version in all pom files
268
find .. -name 'pom.xml' -type f -exec perl -pi -e 's#<version>'"$OLD"'</version>#<version>'"$NEW"'</version>#' {} \;
269
+
270
+# change application version in the Helm chart
271
+perl -pi -e 's#^appVersion: "'"$OLD"'"$#appVersion: "'"$NEW"'"#' ../charts/amoro/Chart.yaml
272
```
273
274
Then run the scripts and commit the change:
tools/change-version.sh
@@ -29,3 +29,6 @@ fi
29
30
31
32
33
34
0 commit comments