mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-27 21:00:15 +08:00
doc: should do both push and push tag
This commit is contained in:
parent
fc7e4af2c6
commit
dbaeb3bcf1
@ -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\""
|
||||
|
Loading…
Reference in New Issue
Block a user