1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00
lihzahrd/publish.bat

2 lines
115 B
Batchfile
Raw Normal View History

2020-06-10 17:54:56 +00:00
git commit -am "publish: %1"
git push && poetry build && poetry publish && hub release create "%1" -m "Lihzahrd %1"