Update RELEASE.md

This commit is contained in:
Lari Hotari 2024-01-17 11:12:55 +02:00
parent 5c0d56cdbf
commit 0197e0846d

View File

@ -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