Skip to content

Commit

Permalink
website: Fix format of release docs (#5228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Oct 23, 2024
1 parent 5e074cc commit 6f8fff0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions website/community/release/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f8fff0

Please sign in to comment.