From c019bab17bc2c31b7be58953d4ef8a2cacc929eb Mon Sep 17 00:00:00 2001 From: ClSlaid Date: Fri, 21 Jul 2023 14:48:24 +0800 Subject: [PATCH] docs: add instructions to fix wrong vote mail and uploads Signed-off-by: ClSlaid --- website/docs/contributing/release.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/docs/contributing/release.md b/website/docs/contributing/release.md index ff693dcd7be5..e58abbaa93ab 100644 --- a/website/docs/contributing/release.md +++ b/website/docs/contributing/release.md @@ -10,7 +10,7 @@ how the release manager releases a new version in accordance with the Apache req `Source Release` is the key point which Apache values, also, is necessary for a release. And OpenDAL will only have source release. -Please remember that publishing software has legal consequences. +Please remember that publishing software has legal consequences. This guide complements the foundation-wide policies and guides: @@ -89,7 +89,7 @@ SVN is required for this step. ::: -The svn repository of the dev branch is: https://dist.apache.org/repos/dist/dev/incubator/opendal +The svn repository of the dev branch is: First, checkout OpenDAL to local directory: @@ -120,6 +120,11 @@ svn commit -m "Prepare for ${release_version}" Visit to make sure the artifacts are uploaded correctly. +### Rescure + +If you accidentally published wrong or unexpected artifacts, like wrong signature files, wrong sha256 files, +please cancel the release for the current `release_version`, _increase th RC counting_ and reinitiate a release with the new `release_version`. + ## Voting As an incubating project, OpenDAL requires votes from both the OpenDAL Community and Incubator Community.