From e8de2f662fa87e71238808dc4263238ddbf7b09c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 May 2020 17:02:25 +0200 Subject: [PATCH] Update files --- .sentryclirc | 3 +++ publish.bat | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .sentryclirc diff --git a/.sentryclirc b/.sentryclirc new file mode 100644 index 00000000..e47033e5 --- /dev/null +++ b/.sentryclirc @@ -0,0 +1,3 @@ +[defaults] +org=stefano-pigozzi +project=royalnet diff --git a/publish.bat b/publish.bat index 33490c42..f5d5a811 100644 --- a/publish.bat +++ b/publish.bat @@ -1,2 +1,2 @@ git commit -am "publish: %1" -git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" \ No newline at end of file +git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" && sentry-cli releases set-commits "%1" && sentry-cli deploys "%1" new --env production -n "Version %1"