From c10b1950c091fb7d4cb5c4735ead52c7938e1ce4 Mon Sep 17 00:00:00 2001 From: Enix Date: Thu, 7 Nov 2019 10:45:01 +0800 Subject: [PATCH] build: push tags --- scripts/roll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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