chaokunyang commented on code in PR #286: URL: https://github.com/apache/fory-site/pull/286#discussion_r2204732843
########## 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. Update the blog, 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[?]-rc1) 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. Review Comment: ```suggestion 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. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
