This is an automated email from the ASF dual-hosted git repository. junouyang pushed a commit to branch doc/release-contribute in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 86431f3edf1d93177953333caec69c0ddb513940 Author: owl <[email protected]> AuthorDate: Sun Aug 20 16:13:29 2023 +0800 doc: add missing release step --- website/docs/contributing/release.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/contributing/release.md b/website/docs/contributing/release.md index 0c4e4676d..6ca704be8 100644 --- a/website/docs/contributing/release.md +++ b/website/docs/contributing/release.md @@ -347,6 +347,11 @@ Example: <https://lists.apache.org/thread/h3x9pq1djpg76q3ojpqmdr3d0o03fld1> ```shell svn mv https://dist.apache.org/repos/dist/dev/incubator/opendal/${release_version} https://dist.apache.org/repos/dist/release/incubator/opendal/${opendal_version} -m "Release ${opendal_version}" ``` +### Change OpenDAL Website download link +Change the [download](https://github.com/apache/incubator-opendal/blob/main/website/src/pages/download.md) link in the website to the new release version. + +Take [Add 0.39.0 release link to download.md](https://github.com/apache/incubator-opendal/pull/2882) as an example. + ### Send the announcement
