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

jiayu pushed a commit to branch release-process
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/release-process by this push:
     new 7bbb2a5dc7 Add comment for directory navigation in publish.md
7bbb2a5dc7 is described below

commit 7bbb2a5dc748c8de9cb0992622c90bb65e0202f5
Author: Jia Yu <[email protected]>
AuthorDate: Mon Sep 8 01:12:28 2025 -0700

    Add comment for directory navigation in publish.md
    
    Added a comment to navigate back to the parent directory before file 
operations.
---
 docs/community/publish.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/community/publish.md b/docs/community/publish.md
index 91e489c0ff..757c795a3b 100644
--- a/docs/community/publish.md
+++ b/docs/community/publish.md
@@ -249,6 +249,9 @@ svn mkdir -m "Adding folder" 
https://dist.apache.org/repos/dist/dev/sedona/${RC_
 
 echo "Creating release files locally..."
 
+# Go back to parent directory for file operations
+cd ..
+
 echo "Downloading source code..."
 
 wget 
https://github.com/apache/sedona/archive/refs/tags/sedona-${RC_VERSION}.tar.gz

Reply via email to