This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 0150531 update release guide about docker (#6566)
0150531 is described below
commit 01505312cfdc1738217d336d5e8a5ec3f71a0d9f
Author: Zhang Yonglun <[email protected]>
AuthorDate: Sat Aug 1 14:01:57 2020 +0800
update release guide about docker (#6566)
---
docs/community/content/contribute/release.cn.md | 4 ----
docs/community/content/contribute/release.en.md | 4 ----
2 files changed, 8 deletions(-)
diff --git a/docs/community/content/contribute/release.cn.md
b/docs/community/content/contribute/release.cn.md
index 2c7f496..bdbe57a 100644
--- a/docs/community/content/contribute/release.cn.md
+++ b/docs/community/content/contribute/release.cn.md
@@ -486,10 +486,6 @@ git push --delete origin ${RELEASE.VERSION}-release
将`README.md`和`README_ZH.md`里的`${PREVIOUS.RELEASE.VERSION}`修改为`${RELEASE.VERSION}`
-将`Dockerfile`文件中的`CURRENT_VERSION`从`${RELEASE.VERSION}`修改为`${NEXT.RELEASE.VERSION}`
-
-将Maven的`Docker`插件的`imageName`从`${RELEASE.VERSION}`修改为`${NEXT.RELEASE.VERSION}`
-
将`MySQLServerInfo.java`中的`SERVER_VERSION`从`${RELEASE.VERSION}`修改为`${NEXT.RELEASE.VERSION}`
### 更新下载页面
diff --git a/docs/community/content/contribute/release.en.md
b/docs/community/content/contribute/release.en.md
index a5c6421..6863a9c 100644
--- a/docs/community/content/contribute/release.en.md
+++ b/docs/community/content/contribute/release.en.md
@@ -494,10 +494,6 @@ git push --delete origin ${RELEASE.VERSION}-release
Update `${PREVIOUS.RELEASE.VERSION}` to `${RELEASE.VERSION}` in README.md and
README_ZH.md
-Update `${RELEASE.VERSION}` to `${NEXT.RELEASE.VERSION}` for `CURRENT_VERSION`
in `Dockerfile`
-
-Update `${RELEASE.VERSION}` to `${NEXT.RELEASE.VERSION}` for `imageName` in
Maven `Docker` plugin
-
Update `${RELEASE.VERSION}` to `${NEXT.RELEASE.VERSION}` for `SERVER_VERSION`
in `MySQLServerInfo.java`
### Update the download page