diff --git a/community/content/contribute/release.cn.md b/community/content/contribute/release.cn.md index 9fed076552aa7b74255a44b3b10e08fae4ee5ec9..8759e49a5903ed8ef1517d21237707d823370294 100644 --- a/community/content/contribute/release.cn.md +++ b/community/content/contribute/release.cn.md @@ -569,7 +569,7 @@ I will process to publish the release and send ANNOUNCE. ```shell 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}" +svn cp 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` diff --git a/community/content/contribute/release.en.md b/community/content/contribute/release.en.md index e960159282fc2d870781aeef0d715c8edea822a6..46436d3d63e8cb669668b2a01097e7fa205d0c9f 100644 --- a/community/content/contribute/release.en.md +++ b/community/content/contribute/release.en.md @@ -578,7 +578,7 @@ I will process to publish the release and send ANNOUNCE. ```shell 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}" +svn cp 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`