diff --git a/scripts/roll.sh b/scripts/roll.sh index 1a27d27..bff0774 100755 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -7,7 +7,7 @@ VERSION=v$(node scripts/get-version.js) echo "Got version $VERSION" # sentry -git push # make sure sentry can retrieve current commit on remote +git push --tags # make sure sentry can retrieve current commit on remote yarn sentry-cli releases new "$VERSION" yarn sentry-cli releases set-commits "$VERSION" --auto yarn sentry-cli releases files "$VERSION" upload-sourcemaps dist --no-rewrite