From b56c3107b5ccc21c7f393b67ed15648cc8c6433b Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 18 Sep 2023 23:15:57 +0800 Subject: [PATCH] docs(release): describe how to close the Nexus staging repo (#3125) Signed-off-by: tison --- website/docs/contributing/release.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/docs/contributing/release.md b/website/docs/contributing/release.md index aa96736f31e8..7c2a4edb6cbf 100644 --- a/website/docs/contributing/release.md +++ b/website/docs/contributing/release.md @@ -155,6 +155,21 @@ svn commit -m "Prepare for ${release_version}" Visit to make sure the artifacts are uploaded correctly. +### Close the Nexus staging repo + +To verify the Maven staging artifacts in the next step, close the Nexus staging repo as below. + +- `maven_artifact_number`: the number for Maven staging artifacts, like `1010`. + +1. Open https://repository.apache.org/#stagingRepositories with your Apache ID login. +2. Find the artifact `orgapacheopendal-${maven_artifact_number}`, click "Close". + +:::caution + +If the vote failed, click "Drop" to drop the staging Maven artifacts. + +::: + ### Rescure If you accidentally published wrong or unexpected artifacts, like wrong signature files, wrong sha256 files, @@ -416,7 +431,7 @@ Take [Add 0.39.0 release link to download.md](https://github.com/apache/incubato - `maven_artifact_number`: the number for Maven staging artifacts, like `1010`. 1. Open https://repository.apache.org/#stagingRepositories. -2. Find the artifact `orgapacheopendal-${maven_artifact_number}`, click "Close" and then "Release". +2. Find the artifact `orgapacheopendal-${maven_artifact_number}`, click "Release". :::caution