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 b458630d6 docs(release): describe how to close the Nexus staging repo
(#3125)
b458630d6 is described below
commit b458630d6e90bd0c593259079532c858289ffdb1
Author: tison <[email protected]>
AuthorDate: Mon Sep 18 23:15:57 2023 +0800
docs(release): describe how to close the Nexus staging repo (#3125)
Signed-off-by: tison <[email protected]>
---
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 aa96736f3..7c2a4edb6 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 <https://dist.apache.org/repos/dist/dev/incubator/opendal/> 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