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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 71ff8356 Update doc cleanup (#229)
71ff8356 is described below

commit 71ff83569ed6edeafc9a312b85076f36595b352e
Author: LiangliangSui <[email protected]>
AuthorDate: Fri May 30 18:59:31 2025 +0800

    Update doc cleanup (#229)
    
    Signed-off-by: Liangliang Sui <[email protected]>
---
 docs/community/how_to_release.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index 262f28de..59a19ce5 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -626,6 +626,15 @@ Address the raised issues, then bump `rc_version` and file 
a new vote again.
 svn mv 
https://dist.apache.org/repos/dist/dev/incubator/fury/${release_version}-${rc_version}
 https://dist.apache.org/repos/dist/release/incubator/fury/${release_version} 
-m "Release fury ${release_version}"
 ```
 
+In the repository at https://dist.apache.org/repos/dist/dev/incubator/fury/, 
if any
+outdated release_candidate_version are left behind when releasing the 
${release_version},
+please clear them to keep the dev repository tidy.
+
+When https://archive.apache.org/dist/incubator/fury/0.10.0/${release_version} 
is
+accessible (confirming that the release_version has been successfully released
+and archived), we may clean up the previous release version in the release 
repository,
+leaving only the current version (${release_version}).
+
 ### Update Fury&Fury-Site content
 
 Submit a PR to https://github.com/apache/fury-site to update Fury-site.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to