Skip to content

Commit

Permalink
docs(release): describe how to close the Nexus staging repo (apache#3125
Browse files Browse the repository at this point in the history
)

Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored and Young-Flash committed Sep 19, 2023
1 parent dde46bf commit b56c310
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion website/docs/contributing/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b56c310

Please sign in to comment.