diff --git a/publish.bat b/publish.bat index f5d5a811..0b2e5524 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" && sentry-cli releases set-commits "%1" && sentry-cli deploys "%1" new --env production -n "Version %1" +git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" && sentry-cli releases set-commits "%1" --auto && sentry-cli releases deploys "%1" new --env production -n "Version %1"