This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/main by this push: new 3af5e45 Add instructions to remove old releases new 5a5c1d7 Merge pull request #391 from atoulme/add_remove_dist 3af5e45 is described below commit 3af5e456cfffa9d473606e62a16c46b4e1515dff Author: Antoine Toulme <anto...@lunar-ocean.com> AuthorDate: Wed Mar 23 22:32:22 2022 -0700 Add instructions to remove old releases --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index b435986..d5c90d5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -103,6 +103,12 @@ Move the files from `https://dist.apache.org/repos/dist/dev/incubator/tuweni/${R svn move -m "Move Apache Tuweni ${RELEASE VERSION} to releases" https://dist.apache.org/repos/dist/dev/incubator/tuweni/${RELEASE VERSION} https://dist.apache.org/repos/dist/release/incubator/tuweni/${RELEASE VERSION} ``` +Make sure to remove old releases from the dist site as well, to avoid clogging the servers. + +```bash +svn rm -m "Remove old Tuweni release" https://dist.apache.org/repos/dist/release/incubator/tuweni/OLD_RELEASE +``` + ### Release the artifacts to maven central Go to repository.apache.org to the closed repository you closed during the RC process. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org For additional commands, e-mail: commits-h...@tuweni.apache.org