Skip to content

Commit

Permalink
fix diff command in release guide (apache#5350)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrylzhao authored Apr 27, 2020
1 parent 8492ecc commit dc1f9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/community/content/contribute/release.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ gpg --verify apache-shardingsphere-${RELEASE.VERSION}-sharding-scaling-bin.tar.g
```
curl -Lo tag-${RELEASE.VERSION}.zip https://github.com/apache/shardingsphere/archive/${RELEASE.VERSION}.zip | unzip
unzip apache-shardingsphere-${RELEASE.VERSION}-src.zip
diff -r apache-shardingsphere-${RELEASE.VERSION}-src tag-${RELEASE.VERSION}
diff -r apache-shardingsphere-${RELEASE.VERSION}-src-release shardingsphere-${RELEASE.VERSION}
```
#### 检查源码包的文件内容
Expand Down
2 changes: 1 addition & 1 deletion docs/community/content/contribute/release.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ gpg --verify apache-shardingsphere-${RELEASE.VERSION}-sharding-scaling-bin.tar.g
```
curl -Lo tag-${RELEASE.VERSION}.zip https://github.com/apache/shardingsphere/archive/${RELEASE.VERSION}.zip | unzip
unzip apache-shardingsphere-${RELEASE.VERSION}-src.zip
diff -r apache-shardingsphere-${RELEASE.VERSION}-src tag-${RELEASE.VERSION}
diff -r apache-shardingsphere-${RELEASE.VERSION}-src-release shardingsphere-${RELEASE.VERSION}
```
#### Check source package
Expand Down

0 comments on commit dc1f9cc

Please sign in to comment.