auto tag
This commit is contained in:
parent
b8cd20ceae
commit
a8649e04ff
|
@ -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!'
|
||||
|
|
Loading…
Reference in New Issue