Update RELEASE.md
This commit is contained in:
parent
e7b08065a1
commit
6ff77e8c65
@ -87,7 +87,7 @@ official Apache releases must not include the rcN suffix.
|
|||||||
- Tag your release
|
- Tag your release
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git tag -s pulsar-${VERSION_RC} -m "Apache Pulsar Helm Chart $VERSION_RC"
|
git tag -u $APACHE_USER@apache.org -s pulsar-${VERSION_RC} -m "Apache Pulsar Helm Chart $VERSION_RC"
|
||||||
```
|
```
|
||||||
|
|
||||||
- Tarball the repo
|
- Tarball the repo
|
||||||
@ -490,9 +490,7 @@ Verify that the packages appear in [Pulsar Helm Chart](https://dist.apache.org/r
|
|||||||
Create and push the release tag:
|
Create and push the release tag:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd "${PULSAR_REPO_ROOT}"
|
git tag -u $APACHE_USER@apache.org pulsar-$VERSION_WITHOUT_RC $(git rev-parse pulsar-$VERSION_RC^{}) -m "Apache Pulsar Helm Chart ${VERSION_WITHOUT_RC}"
|
||||||
git checkout pulsar-${VERSION_RC}
|
|
||||||
git tag -s pulsar-${VERSION_WITHOUT_RC} -m "Apache Pulsar Helm Chart ${VERSION_WITHOUT_RC}"
|
|
||||||
git push origin pulsar-${VERSION_WITHOUT_RC}
|
git push origin pulsar-${VERSION_WITHOUT_RC}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user