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

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


The following commit(s) were added to refs/heads/main by this push:
     new e912a690a5 docs(release): how to clean up old releases (#3934)
e912a690a5 is described below

commit e912a690a52d3b59e1e91e686be58978c8fce3cb
Author: tison <[email protected]>
AuthorDate: Sun Jan 7 10:28:58 2024 +0800

    docs(release): how to clean up old releases (#3934)
    
    * docs(release): how to clean up old releases
    
    Signed-off-by: tison <[email protected]>
    
    * polish
    
    Signed-off-by: tison <[email protected]>
    
    ---------
    
    Signed-off-by: tison <[email protected]>
---
 website/community/committers/release.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/website/community/committers/release.md 
b/website/community/committers/release.md
index 6b457beacb..cfa26e0854 100644
--- a/website/community/committers/release.md
+++ b/website/community/committers/release.md
@@ -596,3 +596,20 @@ fully endorsed by the ASF.
 ```
 
 Example: <https://lists.apache.org/thread/oy77n55brvk72tnlb2bjzfs9nz3cfd0s>
+
+## Post release
+
+After the official release out, you may perform a few post actions.
+
+### Remove the old releases
+
+Remove the old releases if any. You only need the latest release there, and 
older releases are available through the Apache archive.
+
+To clean up old releases, run:
+
+```shell
+# 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 del -m "Archiving OpenDAL release X.Y.Z" 
https://dist.apache.org/repos/dist/release/incubator/opendal/X.Y.Z
+```

Reply via email to