This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 146b3d3c update release doc (#224)
146b3d3c is described below
commit 146b3d3ce650b4c649e2fd85bf6ffab2e17e087b
Author: LiangliangSui <[email protected]>
AuthorDate: Thu May 8 00:21:50 2025 +0800
update release doc (#224)
Signed-off-by: Liangliang Sui <[email protected]>
---
docs/community/how_to_release.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index ada40f13..c2ec6a00 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -477,9 +477,13 @@ Address the raised issues, then bump `rc_version` and file
a new vote again.
svn mv
https://dist.apache.org/repos/dist/dev/incubator/fury/${release_version}-${rc_version}
https://dist.apache.org/repos/dist/release/incubator/fury/${release_version}
-m "Release fury ${release_version}"
```
-### Change Fury Website download link
+### Update Fury&Fury-Site content
-Submit a PR to https://github.com/apache/fury-site to update [Download
page](https://fury.apache.org/download)
+Submit a PR to https://github.com/apache/fury-site to update [Download
page](https://fury.apache.org/download), like
[#222](https://github.com/apache/fury-site/pull/222).
+
+Submit a PR to https://github.com/apache/fury-site to update other pages and
add blog, like [#223](https://github.com/apache/fury-site/pull/223).
+
+Submit a PR to https://github.com/apache/fury to update
[README](https://github.com/apache/fury/blob/main/README.md), like
[#2207](https://github.com/apache/fury/pull/2207).
### Release Maven artifacts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]