This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 727dccb  Update RELEASE.md
727dccb is described below

commit 727dccb01314507792ffa54d24932cb543a4bd86
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Jan 25 07:36:51 2024 -0800

    Update RELEASE.md
---
 RELEASE.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index cbf8498..e5246ee 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -123,10 +123,14 @@ official Apache releases must not include the rcN suffix.
     This should also generate a provenance file (Example: 
`pulsar-1.0.0.tgz.prov`) as described in
     https://helm.sh/docs/topics/provenance/, which can be used to verify 
integrity of the Helm chart.
 
-    Verify the signed chart (with example output shown):
+    Verify the signed chart:
 
     ```shell
-    $ helm gpg verify pulsar-${VERSION_WITHOUT_RC}.tgz
+    helm gpg verify pulsar-${VERSION_WITHOUT_RC}.tgz
+    ```
+
+    Example output:
+    ```
     gpg: Signature made Thu Oct 20 16:36:24 2022 CDT
     gpg:                using RSA key BD4291E509D771B79E7BD1F5C5724B3F5588C4EB
     gpg:                issuer "[email protected]"
@@ -478,7 +482,7 @@ Create and push the release tag:
 cd "${PULSAR_REPO_ROOT}"
 git checkout pulsar-${VERSION_RC}
 git tag -s pulsar-${VERSION_WITHOUT_RC} -m "Apache Pulsar Helm Chart 
${VERSION_WITHOUT_RC}"
-git push upstream pulsar-${VERSION_WITHOUT_RC}
+git push origin pulsar-${VERSION_WITHOUT_RC}
 ```
 
 ## Update index.yaml

Reply via email to