Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add instructions to fix wrong vote mail and uploads #2682

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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