This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 49ddf32 docs: simplify svn command
49ddf32 is described below
commit 49ddf32d565fc5c8cfeb797341c081bad8c70dc0
Author: tison <[email protected]>
AuthorDate: Thu Dec 7 10:10:11 2023 +0800
docs: simplify svn command
---
docs/release-process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/release-process.md b/docs/release-process.md
index f3609d9..b4de6aa 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -95,7 +95,7 @@ Create a candidate directory for uploading artifacts, and
then check it out:
```
$ svn mkdir -m "Create DotPulsar pre-release dir"
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-dotpulsar-X.X.X-rc.1
-$ svn co
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-dotpulsar-X.X.X-rc.1
pulsar-dotpulsar-X.X.X-rc.1
+$ svn co
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-dotpulsar-X.X.X-rc.1
$ cd pulsar-dotpulsar-X.X.X-rc.1
```