This is an automated email from the ASF dual-hosted git repository.
yui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 583a135 update release guide (#353)
583a135 is described below
commit 583a1358385d87f5750734cdd612dd31453c25ca
Author: Zhang Yonglun <[email protected]>
AuthorDate: Mon Nov 8 11:50:15 2021 +0800
update release guide (#353)
---
community/5-release-guide.md | 3 ++-
.../current/5-release-guide.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/community/5-release-guide.md b/community/5-release-guide.md
index a76be90..c1d2b51 100644
--- a/community/5-release-guide.md
+++ b/community/5-release-guide.md
@@ -609,10 +609,11 @@ announcements in the coming days.
## Finish the Release
-**1. Move source packages and binary packages from the `dev` directory to
`release` directory**
+**1. Move source packages and binary packages from the `dev` directory to
`release` directory, and delete the previous version from the `release`
directory**
```shell
svn mv
https://dist.apache.org/repos/dist/dev/incubator/shenyu/${RELEASE.VERSION}
https://dist.apache.org/repos/dist/release/incubator/shenyu/ -m "transfer
packages for ${RELEASE.VERSION}"
+svn delete
https://dist.apache.org/repos/dist/release/incubator/shenyu/${PREVIOUS.RELEASE.VERSION}
```
**2. Find ShenYu in staging repository and click `Release`**
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/5-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/5-release-guide.md
index efc8f4f..8e87c10 100755
---
a/i18n/zh/docusaurus-plugin-content-docs-community/current/5-release-guide.md
+++
b/i18n/zh/docusaurus-plugin-content-docs-community/current/5-release-guide.md
@@ -605,10 +605,11 @@ announcements in the coming days.
## 完成发布
-**1. 将源码、二进制包从svn的dev目录移动到release目录**
+**1. 将源码、二进制包从svn的dev目录移动到release目录,并删除release目录的前一个版本**
```shell
svn mv
https://dist.apache.org/repos/dist/dev/incubator/shenyu/${RELEASE.VERSION}
https://dist.apache.org/repos/dist/release/incubator/shenyu/ -m "transfer
packages for ${RELEASE.VERSION}"
+svn delete
https://dist.apache.org/repos/dist/release/incubator/shenyu/${PREVIOUS.RELEASE.VERSION}
```
**2. 在Apache Staging仓库找到ShenYu并点击`Release`**