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

zhangjiawei pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new bca87d53af8 Fix release guide (#1071)
bca87d53af8 is described below

commit bca87d53af8c964c1dc833b9687d47270c30a948
Author: will <[email protected]>
AuthorDate: Fri Feb 13 14:34:44 2026 +0800

    Fix release guide (#1071)
---
 .../version-v2.6/developers/release-guide/release-guide_dev.md      | 6 +++---
 .../version-v2.6/developers/release-guide/release-guide_dev.md      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
index 4a5a1ca9f38..dda4117335c 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
+++ 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
@@ -243,11 +243,11 @@ Pull SVN directory:
 
 `svn co --depth=empty https://dist.apache.org/repos/dist/dev/incubator/seata/`
 
-Create release version path (in the dev path, folders must include "RC" to 
indicate they are in a preparatory state), and move files into it:
+Create release version path, and move files into it:
 
 `cd seata`
 
-`mkdir x.x.xRCN`
+`mkdir x.x.x`
 
 `mv ….. x.x.x`
 
@@ -618,7 +618,7 @@ Note: After cancelling a vote in the Incubator, a new vote 
must start again from
 
 2. Move the signature files, src, and bin from the dev path to the release 
path using the following command:
 
-     `svn mv 
https://dist.apache.org/repos/dist/dev/incubator/seata/incubator-seata/x.x.x-RCN
 https://dist.apache.org/repos/dist/release/incubator/seata/x.x.x -m "Release 
Seata X.X.X"`
+   `svn mv https://dist.apache.org/repos/dist/dev/incubator/seata/x.x.x 
https://dist.apache.org/repos/dist/release/incubator/seata/x.x.x -m "Release 
Seata X.X.X"`
 
 3. Set the previous release note to "Set as the latest release" and submit.
 
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
index 6c10788d802..07a346eff5b 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.6/developers/release-guide/release-guide_dev.md
@@ -243,11 +243,11 @@ asc验证
 
 `svn co --depth=empty https://dist.apache.org/repos/dist/dev/incubator/seata/`
 
-创建发布版本路径(dev路径中的文件夹必须携带RC代表其实一个预备状态),并将文件移入其中
+创建发布版本路径,并将文件移入其中
 
 `cd seata`
 
-`mkdir x.x.xRCN`
+`mkdir x.x.x`
 
 `mv ….. x.x.x`
 
@@ -619,7 +619,7 @@ I'm cancelling this vote:
 
 2. 将dev下的签名文件、src、bin移动到release路径下,参考如下命令:
 
-   `svn mv 
https://dist.apache.org/repos/dist/dev/incubator/seata/incubator-seata/x.x.x-RCN
 https://dist.apache.org/repos/dist/release/incubator/seata/x.x.x -m "Release 
Seata X.X.X"`
+   `svn mv https://dist.apache.org/repos/dist/dev/incubator/seata/x.x.x 
https://dist.apache.org/repos/dist/release/incubator/seata/x.x.x -m "Release 
Seata X.X.X"`
 
 3. 将之前release note设置为Set as the latest release并提交
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to