This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 0197e08 Update RELEASE.md
0197e08 is described below
commit 0197e0846d0efa82a1f441fe2984875d74bffb4f
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Jan 17 11:12:55 2024 +0200
Update RELEASE.md
---
RELEASE.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/RELEASE.md b/RELEASE.md
index 4d5ab4b..ad4ed9d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -66,6 +66,10 @@ official Apache releases must not include the rcN suffix.
- Update Helm Chart version in `Chart.yaml`, example: `version: 1.0.0` (without
the RC tag). Verify that the `appVersion` matches the `values.yaml` versions
for Pulsar components.
+ ```shell
+ yq -i '.version=strenv(VERSION_WITHOUT_RC)' charts/pulsar/Chart.yaml
+ ```
+
- Add and commit the version change.
```shell