We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d0392 commit f80128dCopy full SHA for f80128d
.craft.yml
@@ -4,10 +4,10 @@ github:
4
changelogPolicy: simple
5
preReleaseCommand: bash scripts/craft-pre-release.sh
6
requireNames:
7
- - /^sentry-bundler-plugin-core-*.tgz$/
8
- - /^sentry-esbuild-plugin-*.tgz$/
9
- - /^sentry-rollup-plugin-*.tgz$/
10
- - /^sentry-vite-plugin-*.tgz$/
+ - /^sentry-bundler-plugin-core-.*\.tgz$/
+ - /^sentry-esbuild-plugin-.*\.tgz$/
+ - /^sentry-rollup-plugin-.*\.tgz$/
+ - /^sentry-vite-plugin-.*\.tgz$/
11
# TODO: Comment in when we replace the webpack plugin
12
# - /^sentry-webpack-plugin-*.tgz$/
13
targets:
0 commit comments