This is an automated email from the ASF dual-hosted git repository. klion26 pushed a commit to branch improve_release_guide in repository https://gitbox.apache.org/repos/asf/amoro-site.git
commit 27412bad63d010cbce8d4d443dcb0e5bff203ed6 Author: klion26 <[email protected]> AuthorDate: Thu Sep 11 19:22:23 2025 +0800 [AMORO-SITE-59] Improve the release guide --- amoro-site/content/community/release-guide.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/amoro-site/content/community/release-guide.md b/amoro-site/content/community/release-guide.md index 56cdf2f..f9f02e0 100644 --- a/amoro-site/content/community/release-guide.md +++ b/amoro-site/content/community/release-guide.md @@ -335,6 +335,8 @@ After 72 hours, if there are at least 3 binding votes from Amoro PPMC members an ### Vote in the Incubator community +> We recommend to use gmail when sending the email. + Send a vote email to `[email protected]` to start the vote process in Apache Incubator community, you can take [[VOTE] Release Apache Amoro(incubating) 0.8.0-incubating rc3](https://lists.apache.org/thread/bqj7gohrjwxp5gwycdgh78xmpymfm6jr) as an example. After 72 hours, if there are at least 3 binding votes from IPMC members and no votes against, send the result email to celebrate the release of the version like [[RESULT][VOTE] Release Apache Amoro(incubating) 0.8.0-incubating rc3](https://lists.apache.org/thread/qmvg3tcds0p0pbn05w0mzchm85o581rv). @@ -358,8 +360,13 @@ $ svn mv https://dist.apache.org/repos/dist/dev/incubator/amoro/0.8.0-incubating > It usually takes 24 hours for the warehouse to synchronize to other data > sources +### Add release note and update the main web + +- Creating an [new release note](https://github.com/apache/amoro/releases) in github +- Update the content for the new version for the web, the source locates in [amoro-site](github.com/apache/amoro-site) repo + ### Send announcement email Finally, we need to send the announcement email to these mailing lists: `[email protected]`, `[email protected]`. Here is an example of an announcement email: [[ANNOUNCE] Apache Amoro (Incubating) 0.8.0-incubating available](https://lists.apache.org/thread/h3cy8f2mfmp4zms4cs3tq4hdlq64qyw0). -Congratulations! You have successfully completed all steps of the Apache Amoro release process. Thank you for your contributions! \ No newline at end of file +Congratulations! You have successfully completed all steps of the Apache Amoro release process. Thank you for your contributions!
