From 0101b27d4daebea96ffd417afe187fa6b98be71c Mon Sep 17 00:00:00 2001 From: Enix Date: Thu, 10 Oct 2019 14:49:33 +0800 Subject: [PATCH] build: enroll commit trace --- scripts/roll.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/roll.sh b/scripts/roll.sh index 7085cce..4b4b50c 100755 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -7,6 +7,7 @@ echo "Got version $GITAKO_VERSION" # sentry yarn sentry-cli releases new "$GITAKO_VERSION" +yarn sentry-cli releases set-commits --auto $GITAKO_VERSION yarn sentry-cli releases files "$GITAKO_VERSION" upload-sourcemaps dist --no-rewrite yarn sentry-cli releases finalize "$GITAKO_VERSION"