This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 5033d0440 doc: add missing release step (#2883)
5033d0440 is described below
commit 5033d04405e2ee968accdb4e4eda43d4509c1649
Author: oowl <[email protected]>
AuthorDate: Sun Aug 20 16:49:18 2023 +0800
doc: add missing release step (#2883)
---
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