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/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new bae3c543 chore(docs): docs update (#286)
bae3c543 is described below
commit bae3c543c3ce30e75d1ff14eb9f52afa67b4d355
Author: PAN <[email protected]>
AuthorDate: Wed Jul 16 12:17:12 2025 +0800
chore(docs): docs update (#286)
---
blog/2025-07-10-fory_0_11_2_release.md | 2 +-
docs/community/how_to_release.md | 32 ++++++++++++++++++++++++++++----
2 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/blog/2025-07-10-fory_0_11_2_release.md
b/blog/2025-07-10-fory_0_11_2_release.md
index 8b0485f7..3b9981e2 100644
--- a/blog/2025-07-10-fory_0_11_2_release.md
+++ b/blog/2025-07-10-fory_0_11_2_release.md
@@ -5,7 +5,7 @@ authors: [pandalee99]
tags: [fory]
---
-The Apache Fory team is pleased to announce the 0.11.2 release. This is a
major release that includes [12
PR](https://github.com/apache/fory/compare/v0.11.1...v0.11.2-rc1) from 4
distinct contributors. See the
[Install](https://fury.apache.org/docs/docs/start/install) Page to learn how to
get the libraries for your platform.
+The Apache Fory team is pleased to announce the 0.11.2 release. This is a
major release that includes [13
PR](https://github.com/apache/fory/compare/v0.11.1...v0.11.2-rc1) from 6
distinct contributors. See the
[Install](https://fury.apache.org/docs/docs/start/install) Page to learn how to
get the libraries for your platform.
## Features
diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index 2d414bfd..e71729c5 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -654,11 +654,35 @@ leaving only the current version.
### Update Fory&Fory-Site content
Submit a PR to https://github.com/apache/fory-site to update Fory-site.
-Reference implementation: [#222](https://github.com/apache/fory-site/pull/222)
-and [#223](https://github.com/apache/fory-site/pull/223).
+Reference implementation: [#283](https://github.com/apache/fory-site/pull/283)
+and [#285](https://github.com/apache/fory-site/pull/285).
-Submit a PR to https://github.com/apache/fory to update
[README](https://github.com/apache/fory/blob/main/README.md),
-like [#2207](https://github.com/apache/fory/pull/2207).
+#### Update Fory-Site
+
+In general, the following two key areas need to be modified:
+
+1. Write a new announcement, for example:
+ Add a new markdown file under the blog folder:
+
+```
+The Apache Fory team is pleased to announce the [?] release. This is a major
release that includes [?
PR](https://github.com/apache/fory/compare/v[?]...v[?]) from ? distinct
contributors. See the
[Install](https://fory.apache.org/docs/docs/start/install) Page to learn how to
get the libraries for your platform.
+```
+
+2. Replace versions by upgrading old versions to new ones.
+For example, in
[install](https://fory.apache.org/docs/docs/start/install/#java) section, it is
necessary to update the documentation for both the development branch and the
latest release branch::
+
+```
+<dependency>
+ <groupId>org.apache.fory</groupId>
+ <artifactId>fory-core</artifactId>
+ <version>0.11.2</version>
+</dependency>
+ ```
+
+#### Update Fory
+
+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).
### Github officially released
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]