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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6422b24919 [Chore] Release doc improvement (#17612)
6422b24919 is described below

commit 6422b24919e526b55567c68cf0b520f1aea07fd9
Author: xiangzihao <[email protected]>
AuthorDate: Sat Nov 1 15:08:03 2025 +0800

    [Chore] Release doc improvement (#17612)
---
 docs/docs/en/contribute/release.md | 1 +
 docs/docs/zh/contribute/release.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/docs/en/contribute/release.md 
b/docs/docs/en/contribute/release.md
index 9700ac6444..7f38b2600f 100644
--- a/docs/docs/en/contribute/release.md
+++ b/docs/docs/en/contribute/release.md
@@ -204,6 +204,7 @@ We need to update some documentation before the Maven 
release. For example, to r
   - `docs/configs/docsdev.js`: change `/dev/` to `/x.y.z/`, **DO NOT** change 
this filename, is will be auto change by website tools.
 
 > Note: `VERSION` is a place hold string, is same as the version we set in 
 > `VERSION=<THE-VERSION-YOU-RELEASE>`.
+> Please merge the dev branch of the main warehouse before merging the master 
branch of the website. When the modified pull requests are merged, it will take 
effect.
 
 ### Modify Correct year in NOTICE file
 
diff --git a/docs/docs/zh/contribute/release.md 
b/docs/docs/zh/contribute/release.md
index 842569cf41..6a5784ba86 100644
--- a/docs/docs/zh/contribute/release.md
+++ b/docs/docs/zh/contribute/release.md
@@ -497,7 +497,7 @@ svn delete -m "remove old release" 
https://dist.apache.org/repos/dist/release/do
 
 ### 更新文档
 
-官网应该在您发送通知邮件之前完成更新,本节将告诉您如何更改网站。假设发版的版本是 `<VERSION>`,需要进行以下更新(注意,当修改 pull 
requests 被 merge 后就会生效):
+官网应该在您发送通知邮件之前完成更新,本节将告诉您如何更改网站。假设发版的版本是 `<VERSION>`,需要进行以下更新(注意,请先合并 主仓库的 dev 
分支后再合并 website 的 master 分支,当修改 pull requests 被 merge 后就会生效):
 
 - **apache/dolphinscheduler-website** 仓库:
   - `config/download.json`: 增加 `<VERSION>` 版本发布包的下载

Reply via email to