1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/publish.bat

3 lines
116 B
Batchfile
Raw Normal View History

2020-02-11 23:41:24 +01:00
git commit -am "publish: %1"
2020-05-28 17:02:24 +02:00
git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1"