提交 47945312 编写于 作者: T tuohai666

update release guide for svn mv procedure

上级 b37c06d8
......@@ -564,10 +564,12 @@ I will process to publish the release and send ANNOUNCE.
## 完成发布
1. 将源码和二进制包从svn的dev目录移动到release目录
1. 将源码、二进制包以及KEYS从svn的dev目录移动到release目录
```shell
svn mv https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/${RELEASE.VERSION} https://dist.apache.org/repos/dist/release/incubator/shardingsphere/
svn mv https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/${RELEASE.VERSION} https://dist.apache.org/repos/dist/release/incubator/shardingsphere/ -m "transfer packages for ${RELEASE.VERSION}"
svn delete https://dist.apache.org/repos/dist/release/incubator/shardingsphere/KEYS -m "delete KEYS"
svn mv https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/KEYS https://dist.apache.org/repos/dist/release/incubator/shardingsphere/ -m "transfer KEYS for ${RELEASE.VERSION}"
```
2. 在Apache Staging仓库找到ShardingSphere并点击`Release`
......
......@@ -573,10 +573,12 @@ I will process to publish the release and send ANNOUNCE.
## Finish the Release
1. Move source packages and binary packages from the `dev` directory to `release` directory
1. Move source packages, binary packages and KEYS from the `dev` directory to `release` directory
```shell
svn mv https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/${RELEASE.VERSION} https://dist.apache.org/repos/dist/release/incubator/shardingsphere/
svn mv https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/${RELEASE.VERSION} https://dist.apache.org/repos/dist/release/incubator/shardingsphere/ -m "transfer packages for ${RELEASE.VERSION}"
svn delete https://dist.apache.org/repos/dist/release/incubator/shardingsphere/KEYS -m "delete KEYS"
svn mv https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/KEYS https://dist.apache.org/repos/dist/release/incubator/shardingsphere/ -m "transfer KEYS for ${RELEASE.VERSION}"
```
2. Find ShardingSphere in staging repository and click `Release`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册