提交 2858b7d6 编写于 作者: Z Zhang Yonglun

fix push parameters

上级 378b5361
......@@ -88,7 +88,7 @@ mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=
将本地文件检查无误后,提交至github。
```shell
git push
git push origin ${RELEASE.VERSION}-release-ui
git push origin --tags
```
......@@ -373,7 +373,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release-ui
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release-ui
```
......
......@@ -88,7 +88,7 @@ It is basically the same as the previous rehearsal command, but deleting -DdryRu
After making sure there is no mistake in local files, submit them to GitHub.
```shell
git push
git push origin ${RELEASE.VERSION}-release-ui
git push origin --tags
```
......@@ -381,7 +381,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release-ui
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release-ui
```
......
......@@ -87,7 +87,7 @@ mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=
将本地文件检查无误后,提交至github。
```shell
git push
git push origin ${RELEASE.VERSION}-release
git push origin --tags
```
......@@ -387,7 +387,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release
```
......
......@@ -87,7 +87,7 @@ It is basically the same as the previous rehearsal command, but deleting -DdryRu
After making sure there is no mistake in local files, submit them to GitHub.
```shell
git push
git push origin ${RELEASE.VERSION}-release
git push origin --tags
```
......@@ -394,7 +394,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release
```
......
......@@ -178,7 +178,7 @@ mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=
将本地文件检查无误后,提交至github。
```shell
git push
git push origin ${RELEASE.VERSION}-release
git push origin --tags
```
......@@ -478,7 +478,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release
```
......
......@@ -179,7 +179,7 @@ It is basically the same as the previous rehearsal command, but deleting -DdryRu
After making sure there is no mistake in local files, submit them to GitHub.
```shell
git push
git push origin ${RELEASE.VERSION}-release
git push origin --tags
```
......@@ -486,7 +486,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release
```
......
......@@ -88,7 +88,7 @@ mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=
将本地文件检查无误后,提交至github。
```shell
git push
git push origin ${RELEASE.VERSION}-release-ui
git push origin --tags
```
......@@ -368,7 +368,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release-ui
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release-ui
```
......
......@@ -88,7 +88,7 @@ It is basically the same as the previous rehearsal command, but deleting -DdryRu
After making sure there is no mistake in local files, submit them to GitHub.
```shell
git push
git push origin ${RELEASE.VERSION}-release-ui
git push origin --tags
```
......@@ -376,7 +376,7 @@ svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.a
```shell
git checkout master
git merge origin/${RELEASE.VERSION}-release-ui
git push
git push origin master
git push --delete origin ${RELEASE.VERSION}-release-ui
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册