Update RELEASE.md

This commit is contained in:
Lari Hotari 2024-01-17 01:07:06 -08:00 committed by GitHub
parent 5d1275e71d
commit 5c0d56cdbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ official Apache releases must not include the rcN suffix.
export VERSION_WITHOUT_RC=${VERSION_RC%-candidate-*} export VERSION_WITHOUT_RC=${VERSION_RC%-candidate-*}
# Clone and set PULSAR_REPO_ROOT # Clone and set PULSAR_REPO_ROOT
git clone https://github.com/apache/pulsar-helm-chart.git pulsar git clone https://github.com/apache/pulsar-helm-chart.git
cd pulsar-helm-chart cd pulsar-helm-chart
export PULSAR_REPO_ROOT=$(pwd) export PULSAR_REPO_ROOT=$(pwd)
``` ```