diff --git a/publish.bat b/publish.bat new file mode 100644 index 0000000..a425966 --- /dev/null +++ b/publish.bat @@ -0,0 +1,2 @@ +git commit -am "publish: %1" +git push && poetry build && poetry publish && hub release create "%1" -m "Lihzahrd %1" \ No newline at end of file