This commit is contained in:
xaoxuu 2021-02-28 18:23:29 +08:00
parent b8cd20ceae
commit a8649e04ff
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ function commit() {
npm publish
git tag ${VERSION}
git push --tags
git checkout main
# done
printf "\n\n> \033[32m%s\033[0m\n" 'Congratulations!'