This is an automated email from the ASF dual-hosted git repository.
fengzhenbing 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 2adab84 update release guide (#294)
2adab84 is described below
commit 2adab84ecb9917fa30273586e093237e592b6a41
Author: Zhang Yonglun <[email protected]>
AuthorDate: Thu Sep 23 21:44:40 2021 +0800
update release guide (#294)
---
community/5-release-guide.md | 4 ++++
.../current/5-release-guide.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/community/5-release-guide.md b/community/5-release-guide.md
index d1cadd9..481ae6a 100644
--- a/community/5-release-guide.md
+++ b/community/5-release-guide.md
@@ -135,6 +135,8 @@
https://github.com/apache/incubator-shenyu/blob/master/RELEASE-NOTES.md
**3. Create Release Branch**
+Download and install [Git](https://git-scm.com/downloads)
+
Suppose ShenYu source codes downloaded from github is under `~/shenyu/`
directory and the version to be released is `${RELEASE.VERSION}`.
Create `${RELEASE.VERSION}-release` branch, where all the following operations
are performed.
@@ -197,6 +199,8 @@ If there is any problem in gpg signature, `Close` will
fail, but you can see the
**1. Checkout ShenYu Release Directory**
+Download and install [SVN](https://tortoisesvn.net/downloads.html)
+
If there is no local work directory, create one at first.
```shell
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 a19f0fa..2c4e4f0 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
@@ -134,6 +134,8 @@
https://github.com/apache/incubator-shenyu/blob/master/RELEASE-NOTES.md
**3. 创建发布分支**
+下载并安装[Git](https://git-scm.com/downloads)
+
假设从GitHub下载的ShenYu源代码在`~/shenyu/`目录;假设即将发布的版本为`${RELEASE.VERSION}`。
创建`${RELEASE.VERSION}-release`分支,接下来的操作都在该分支进行。
@@ -194,6 +196,8 @@ mvn release:perform -Prelease -Darguments="-DskipTests"
-DautoVersionSubmodules=
## 发布Apache SVN仓库
+下载并安装[SVN](https://tortoisesvn.net/downloads.html)
+
**1. 检出ShenYu发布目录**
如无本地工作目录,则先创建本地工作目录。