You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/05 05:40:51 UTC

[GitHub] [incubator-shardingsphere] cherrylzhao commented on a change in pull request #4603: add branch name explain for release guide.

cherrylzhao commented on a change in pull request #4603: add branch name explain for release guide.
URL: https://github.com/apache/incubator-shardingsphere/pull/4603#discussion_r388087430
 
 

 ##########
 File path: docs/community/content/contribute/release.cn.md
 ##########
 @@ -135,7 +135,8 @@ https://github.com/apache/incubator-shardingsphere/blob/master/RELEASE-NOTES.md
 创建`${RELEASE.VERSION}-release`分支,接下来的操作都在该分支进行。
 
 ```shell
-git clone -b ${branch} https://github.com/apache/incubator-shardingsphere.git ~/incubator-shardingsphere
+## ${name}为源码所在分支,如:master,dev-4.x
+git clone --branch ${name} https://github.com/apache/incubator-shardingsphere.git ~/incubator-shardingsphere
 
 Review comment:
   `--depth=1` will lost history commits, it's not convenient for release-manager to check the download branch is right or not

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services