Skip to content

Commit

Permalink
adjust sentry script
Browse files Browse the repository at this point in the history
  • Loading branch information
six7 committed Jul 8, 2022
1 parent 60ea3ff commit 443516a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion developer-knowledgebase/creating-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In order to provide source maps for Sentry, we need to publish a release everyti

To do that, change the VERSION constant of the `script/release.sh` script to match the version that you're publishing (eg 112).

Once that is done and the plugin is published, you can run `bin script/release.sh`.
Once that is done and the plugin is published, you can run `script/release.sh`.

If that gives you an error, make sure that the file has the required permissions, e.g. `chmod …`

Expand Down
5 changes: 3 additions & 2 deletions script/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION=112.rc-3
sentry-cli releases new "$VERSION"
VERSION=figma-tokens@112
sentry-cli releases -p figma-tokens files "$VERSION" upload-sourcemaps --ext ts --ext tsx --ext map --ext js --ignore-file .sentryignore .
sentry-cli releases set-commits "$VERSION" --auto
sentry-cli releases finalize "$VERSION"

2 comments on commit 443516a

@vercel
Copy link

@vercel vercel bot commented on 443516a Jul 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

figma-tokens – ./

figma-tokens-six7.vercel.app
figma-tokens-git-main-six7.vercel.app
figma-tokens.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 443516a Jul 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ft-storybook – ./

ft-storybook-git-main-six7.vercel.app
ft-storybook.vercel.app
ft-storybook-six7.vercel.app

Please sign in to comment.