File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ official Apache releases must not include the rcN suffix.
87
87
- Tag your release
88
88
89
89
```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"
91
91
```
92
92
93
93
- Tarball the repo
@@ -490,9 +490,7 @@ Verify that the packages appear in [Pulsar Helm Chart](https://dist.apache.org/r
490
490
Create and push the release tag:
491
491
492
492
``` 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} "
496
494
git push origin pulsar-${VERSION_WITHOUT_RC}
497
495
```
498
496
You can’t perform that action at this time.
0 commit comments