1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Add publish script

This commit is contained in:
Steffo 2020-03-04 19:33:22 +01:00
parent d27db273c2
commit a34ec8c12e

2
publish.bat Normal file
View file

@ -0,0 +1,2 @@
git commit -am "publish: %1"
git push && poetry build && poetry publish && hub release create "%1" -m "Rpgpack %1"