1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
royalnet/publish.bat

3 lines
115 B
Batchfile
Raw Normal View History

2020-03-04 18:33:22 +00:00
git commit -am "publish: %1"
git push && poetry build && poetry publish && hub release create "%1" -m "Rpgpack %1"