Skip to content

Commit 6ff77e8

Browse files
authoredMar 14, 2025··
Update RELEASE.md
1 parent e7b0806 commit 6ff77e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎RELEASE.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ official Apache releases must not include the rcN suffix.
8787
- Tag your release
8888
8989
```shell
90-
git tag -s pulsar-${VERSION_RC} -m "Apache Pulsar Helm Chart $VERSION_RC"
90+
git tag -u $APACHE_USER@apache.org -s pulsar-${VERSION_RC} -m "Apache Pulsar Helm Chart $VERSION_RC"
9191
```
9292
9393
- Tarball the repo
@@ -490,9 +490,7 @@ Verify that the packages appear in [Pulsar Helm Chart](https://dist.apache.org/r
490490
Create and push the release tag:
491491

492492
```shell
493-
cd "${PULSAR_REPO_ROOT}"
494-
git checkout pulsar-${VERSION_RC}
495-
git tag -s pulsar-${VERSION_WITHOUT_RC} -m "Apache Pulsar Helm Chart ${VERSION_WITHOUT_RC}"
493+
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}"
496494
git push origin pulsar-${VERSION_WITHOUT_RC}
497495
```
498496

0 commit comments

Comments
 (0)
Please sign in to comment.