This is an automated email from the ASF dual-hosted git repository.
jimin 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 26a2677f7ba optimize release guide (#1019)
26a2677f7ba is described below
commit 26a2677f7baa6bce84b65b1750a8b65942f70447
Author: jimin <[email protected]>
AuthorDate: Sun Sep 28 00:01:46 2025 +0800
optimize release guide (#1019)
---
.../current/developers/release-guide/release-guide_dev.md | 8 ++++++++
.../current/developers/release-guide/release-guide_dev.md | 7 +++++++
2 files changed, 15 insertions(+)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
index 0aaae7f0f60..eb2acf779aa 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
@@ -579,3 +579,11 @@ Resources:
- Issue: https://github.com/apache/incubator-seata/issues
- Mailing list: [email protected]
```
+
+### 4.3 Archiving Old Versions
+After releasing a new version, the previous version must be archived to ensure
that only the latest version of the same maintenance branch is retained in the
[download](https://downloads.apache.org/incubator/seata/) directory. Archived
versions are automatically synchronized to the
[archive](https://archive.apache.org/dist/incubator/seata/) when a new release
is published. Therefore, it is sufficient to delete older versions from the
[download](https://downloads.apache.org/incubator/seat [...]
+
+```yaml
+svn delete x.x.x
+svn commit -m "archive seata-x.x.x"
+```
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
index cb5066b9e25..4952bd7030f 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/release-guide/release-guide_dev.md
@@ -582,3 +582,10 @@ Resources:
- Mailing list: [email protected]
```
+### 4.3 归档老版本
+发布新版本后,需要将上一个版本归档,确保在[download](https://downloads.apache.org/incubator/seata/)
只保留同一维护分支的最新版本。Archive
版本在发布新版本时会自动同步到[归档](https://archive.apache.org/dist/incubator/seata/)。因此,只需要删除[download](https://downloads.apache.org/incubator/seata/)
中老的版本即可,参考命令如下:
+
+```yaml
+svn delete x.x.x
+svn commit -m "archive seata-x.x.x"
+```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]