未验证 提交 d249f0f1 编写于 作者: kimmking's avatar kimmking 提交者: GitHub

Update release doc (#6041)

上级 ff29e396
......@@ -125,6 +125,8 @@ gpg --keyserver hkp://pool.sks-keyservers.net --send-key 700E6065
### 更新版本说明
在Github主干上更新如下文件,并提交PR到主干:
```
https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md
```
......@@ -517,15 +519,15 @@ mvn clean package -Prelease,docker
通过`docker images`查看到IMAGE ID,例如为:e9ea51023687
```shell
docker tag e9ea51023687 apache/shardingsphere-proxy:latest
docker tag e9ea51023687 apache/shardingsphere-proxy:${RELEASE.VERSION}
docker tag e9ea51023687 apache/sharding-proxy:latest
docker tag e9ea51023687 apache/sharding-proxy:${RELEASE.VERSION}
```
#### 发布Docker镜像
```shell
docker push apache/shardingsphere-proxy:latest
docker push apache/shardingsphere-proxy:${RELEASE_VERSION}
docker push apache/sharding-proxy:latest
docker push apache/sharding-proxy:${RELEASE_VERSION}
```
#### 确认发布成功
......
......@@ -126,6 +126,8 @@ For encryption settings, please see [here](http://maven.apache.org/guides/mini/g
### Update Release Notes
Update the following file in master branch, and submit a PR to master branch:
```
https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md
```
......@@ -526,15 +528,15 @@ mvn clean package -Prelease,docker
Check the image ID through `docker images`, for example: e9ea51023687
```shell
docker tag e9ea51023687 apache/shardingsphere-proxy:latest
docker tag e9ea51023687 apache/shardingsphere-proxy:${RELEASE.VERSION}
docker tag e9ea51023687 apache/sharding-proxy:latest
docker tag e9ea51023687 apache/sharding-proxy:${RELEASE.VERSION}
```
#### Publish Docker Image
```shell
docker push apache/shardingsphere-proxy:latest
docker push apache/shardingsphere-proxy:${RELEASE_VERSION}
docker push apache/sharding-proxy:latest
docker push apache/sharding-proxy:${RELEASE_VERSION}
```
#### Confirm the successful release
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册