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

heesung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new da5afff3793d Update release-process.md
da5afff3793d is described below

commit da5afff3793d19ec619cef8b5b2f8516b4f00d93
Author: Heesung Sohn <[email protected]>
AuthorDate: Fri Mar 8 10:36:56 2024 -0800

    Update release-process.md
    
    make sure `cd $PULSAR_PATH` when signing
---
 contribute/release-process.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index 31518294f6d3..ba4080c8b497 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -212,6 +212,7 @@ default-key <key fingerprint>
 ... where `<key fingerprint>` should be replaced with the private key 
fingerprint for the `<yourname>@apache.org` key. The key fingerprint can be 
found in `gpg -K` output.
 
 ```shell
+cd $PULSAR_PATH
 # '-candidate-1' needs to be incremented in case of multiple iteration in 
getting
 #    to the final release)
 RCVERSION=2.11.4-candidate-1

Reply via email to