Skip to content

Commit

Permalink
update release guide about docker (apache#6566)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuohai666 authored and qiulu3 committed Aug 3, 2020
1 parent 1000c2d commit bd90ec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/community/content/contribute/release.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
### 更新下载页面
Expand Down
4 changes: 0 additions & 4 deletions docs/community/content/contribute/release.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd90ec5

Please sign in to comment.