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

liuqingyue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f8fff0e7c website: Fix format of release docs (#5228)
6f8fff0e7c is described below

commit 6f8fff0e7cdb70c86df091c53ec08947c47e70be
Author: Xuanwo <[email protected]>
AuthorDate: Wed Oct 23 11:21:02 2024 +0800

    website: Fix format of release docs (#5228)
---
 website/community/release/release.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/website/community/release/release.md 
b/website/community/release/release.md
index 4a5ad971f7..7e113d94bb 100644
--- a/website/community/release/release.md
+++ b/website/community/release/release.md
@@ -356,12 +356,10 @@ Checklist for reference:
 
 Use our verify.py to assist in the verify process:
 
-```shell
-svn co https://dist.apache.org/repos/dist/dev/opendal/${release_version}/ 
opendal-dev
-cd opendal-dev
-curl -sSL 
https://github.com/apache/opendal/raw/v${release_version}/scripts/verify.py -o 
verify.py
-python verify.py
-```
+    svn co https://dist.apache.org/repos/dist/dev/opendal/${release_version}/ 
opendal-dev
+    cd opendal-dev
+    curl -sSL 
https://github.com/apache/opendal/raw/v${release_version}/scripts/verify.py -o 
verify.py
+    python verify.py
 
 Thanks
 

Reply via email to