This is an automated email from the ASF dual-hosted git repository. suiliangliang pushed a commit to branch notify_end in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 89f55fd8669fbab75600d834a6c188d1151b1971 Author: Liangliang Sui <[email protected]> AuthorDate: Fri Jun 20 21:01:40 2025 +0800 Notify the end of the voting thread. Signed-off-by: Liangliang Sui <[email protected]> --- docs/community/how_to_release.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md index 7442b628..a464d51c 100644 --- a/docs/community/how_to_release.md +++ b/docs/community/how_to_release.md @@ -417,7 +417,7 @@ Content: Hello, Apache Fory(incubating) Community: This is a call for vote to release Apache Fory(Incubating) -version release-0.5.0-rc3. +version release-${release_version}-${rc_version}. Apache Fory(incubating) - A blazingly fast multi-language serialization framework powered by JIT and zero-copy. @@ -471,10 +471,26 @@ How to Build and Test, please refer to: https://github.com/apache/fory/blob/main Thanks, -Chaokun Yang +${name} +``` + +After at least 3 +1 binding vote (from Fory Podling PMC member and committers) and no veto, +first, reply to the above voting thread to notify that the voting has ended. + +``` +Hi all, + +The vote for Release Apache Fory(incubating) v${release_version}-${rc_version} is closed now. + +Thanks to everyone for helping checking and voting for the release. + +I will close the vote later in another thread. + +Best, +${name} ``` -After at least 3 +1 binding vote (from Fory Podling PMC member and committers) and no veto, claim the vote result: +Immediately afterward, launch a new voting thread to claim the voting results. Title: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
