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 4a5435416e54 removed `cd $PULSAR _PATH` before svn staging
4a5435416e54 is described below

commit 4a5435416e542e13ae3166c64f877b9b67cb7d5e
Author: Heesung Sohn <[email protected]>
AuthorDate: Wed Mar 20 11:26:08 2024 -0700

    removed `cd $PULSAR _PATH` before svn staging
---
 contribute/release-process.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index 8bf0f938cef9..fe93c7495181 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -212,7 +212,6 @@ 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