Skip to content

Commit

Permalink
doc: fix released doc minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Jul 31, 2023
1 parent 386fb3c commit 0d59ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/contributing/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ Our release page will only display ASF releases instead of GitHub Releases.

> - `opendal_version`: the version for opendal, like `0.36.0`.
> - `release_version`: the version for voting, like `0.36.0-rc1`.
> - `rc_version`: the minor version for voting, like `rc1`.
### Create an ASF Release

After GitHub Release has been created, we can start to create ASF Release.

- Checkout to released tag.
- Use the release script to create a new release: `OPENDAL_VERSION=<opendal_version> OPENDAL_VERSION_RC=<release_version> ./scripts/release.sh`
- Use the release script to create a new release: `OPENDAL_VERSION=<opendal_version> OPENDAL_VERSION_RC=<rc_version> ./scripts/release.sh`
- Push the newly created branch to GitHub

This script will create a new release under `dist`.
Expand Down

0 comments on commit 0d59ea5

Please sign in to comment.