diff --git a/website/community/committers/release.md b/website/community/committers/release.md index d3d91e71e273..cfa26e0854ef 100644 --- a/website/community/committers/release.md +++ b/website/community/committers/release.md @@ -611,5 +611,5 @@ To clean up old releases, run: # 1. Get the list of releases svn ls https://dist.apache.org/repos/dist/release/incubator/opendal # 2. Delete each release (except for the last one) -svn rm https://dist.apache.org/repos/dist/release/incubator/opendal/X.Y.Z +svn del -m "Archiving OpenDAL release X.Y.Z" https://dist.apache.org/repos/dist/release/incubator/opendal/X.Y.Z ```