Skip to content

Commit a582fb9

Browse files
committed
exclude webpack plugin, rename after repo change
1 parent 3bbed86 commit a582fb9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.craft.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
github:
22
owner: getsentry
3-
repo: sentry-unplugin
3+
repo: bundler-plugins
44
changelogPolicy: simple
55
preReleaseCommand: bash scripts/craft-pre-release.sh
66
requireNames:
7-
- /^sentry-sentry-unplugin-*.tgz$/
7+
- /^sentry-bundler-plugin-core--*.tgz$/
88
- /^sentry-esbuild-plugin-*.tgz$/
99
- /^sentry-rollup-plugin-*.tgz$/
1010
- /^sentry-vite-plugin-*.tgz$/
11-
- /^sentry-sentry-webpack-plugin-*.tgz$/
11+
# TODO: Comment in when we replace the webpack plugin
12+
# - /^sentry-webpack-plugin-*.tgz$/
1213
targets:
1314
- name: github
1415
includeNames: /^sentry-.*.tgz$/
16+
# TODO: Remove once we replace the webpack plugin
17+
excludeNames: /^sentry-webpack-plugin-*.tgz$/
1518
- name: npm
1619
includeNames: /^sentry-.*.tgz$/
20+
# TODO: Remove once we replace the webpack plugin
21+
excludeNames: /^sentry-webpack-plugin-*.tgz$/

0 commit comments

Comments
 (0)