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
116 B
Batchfile
Raw Permalink Normal View History

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