This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git
The following commit(s) were added to refs/heads/master by this push:
new b055bf2b [DOCS] Fix typos
b055bf2b is described below
commit b055bf2b90e75b6b76268bd5fb19b97cfe0f6a8a
Author: Jia Yu <[email protected]>
AuthorDate: Wed Nov 16 00:37:23 2022 -0800
[DOCS] Fix typos
---
docs/community/snapshot.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/community/snapshot.md b/docs/community/snapshot.md
index a32b2165..6035e3d2 100644
--- a/docs/community/snapshot.md
+++ b/docs/community/snapshot.md
@@ -7,13 +7,13 @@ This is a good practice for a release manager to try out
his/her credential setu
The detailed requirement is on [ASF Infra
website](https://infra.apache.org/publishing-maven-artifacts.html)
!!!warning
-All scripts on this page should be run in your local Sedona Git repo under
master branch via a single script file.
+ All scripts on this page should be run in your local Sedona Git repo under
master branch via a single script file.
## 0. Prepare an empty script file
1. In your local Sedona Git repo under master branch, run
```bash
-echo "#!/bin/bash" > create-release.sh
+echo " " > create-release.sh
chmod 777 create-release.sh
```
2. Use your favourite GUI text editor to open `create-release.sh`.