doc: should do both push and push tag

This commit is contained in:
金戟 2022-11-17 21:05:15 +08:00
parent fc7e4af2c6
commit dbaeb3bcf1

View File

@ -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\""