This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch Xuanwo-patch-1 in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 5f5ae5b824e00688780f89e3f1d3f40b85d381fd Author: Xuanwo <[email protected]> AuthorDate: Wed Oct 23 10:56:40 2024 +0800 website: Fix format of release docs --- 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
