From a34ec8c12e8de34685dc8f85e64b33e5c84b9ee7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 4 Mar 2020 19:33:22 +0100 Subject: [PATCH] Add publish script --- publish.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 publish.bat diff --git a/publish.bat b/publish.bat new file mode 100644 index 00000000..6899ba38 --- /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 "Rpgpack %1"