Skip to content

Commit

Permalink
docs: add instructions to fix wrong vote mail and uploads (#2682)
Browse files Browse the repository at this point in the history
Signed-off-by: ClSlaid <[email protected]>
  • Loading branch information
ClSlaid authored Jul 21, 2023
1 parent 5750dfc commit 0fd181d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions website/docs/contributing/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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: <https://dist.apache.org/repos/dist/dev/incubator/opendal>

First, checkout OpenDAL to local directory:

Expand Down Expand Up @@ -120,6 +120,11 @@ 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.

### 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.
Expand Down

0 comments on commit 0fd181d

Please sign in to comment.