This is an automated email from the ASF dual-hosted git repository.

klion26 pushed a commit to branch enhance_release_guide
in repository https://gitbox.apache.org/repos/asf/amoro-site.git

commit 0d616e66b993c58405e13ac26f78215901b18cec
Author: klion26 <[email protected]>
AuthorDate: Fri Sep 12 08:43:26 2025 +0800

    Enhance the release guide for the web release procedure
---
 amoro-site/content/community/release-guide.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/amoro-site/content/community/release-guide.md 
b/amoro-site/content/community/release-guide.md
index f9f02e0..a7a35d3 100644
--- a/amoro-site/content/community/release-guide.md
+++ b/amoro-site/content/community/release-guide.md
@@ -364,6 +364,9 @@ $ svn mv 
https://dist.apache.org/repos/dist/dev/incubator/amoro/0.8.0-incubating
 
 - 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
+  - First, submit a pull request containing the new version. You can refer to 
[this 
commit](https://github.com/apache/amoro-site/commit/598787c97898bb6431686e9cf6dd37f89ce2a339).
 Note that the `$version` in the "url = "/docs/$version/" URL in hugo.toml 
corresponds to the branch name will be created in the following step in 
amoro-site.
+  - After merging the pull request from step 1, pull a local branch named 
`$version` and push it remotely.
+  - Check that the 
[GithubAction](https://github.com/apache/amoro-site/actions/workflows/deploy.yml)
 for branch `$version` is executed successfully.
 
 ### Send announcement email
 

Reply via email to