From dbaeb3bcf14d555b324451825bbb55ede962f7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=88=9F?= Date: Thu, 17 Nov 2022 21:05:15 +0800 Subject: [PATCH] doc: should do both push and push tag --- tool/bump-to-next-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/bump-to-next-release.sh b/tool/bump-to-next-release.sh index 89871af..07455bd 100755 --- a/tool/bump-to-next-release.sh +++ b/tool/bump-to-next-release.sh @@ -20,4 +20,4 @@ for md in docs/zh-cn/doc/setup.md docs/en-us/doc/setup.md; do done echo "Done. Please setup maven configuration for sonatype, and manually run \"mvn clean deploy -Prelease\"" -echo "Then commit the new version with \"git add . && git commit -m 'release v${NEXT}' && git tag v${NEXT} && git push --tag\"" +echo "Then commit the new version with \"git add . && git commit -m 'release v${NEXT}' && git push && git tag v${NEXT} && git push --tag\""