Skip to content

Commit 23fa0b9

Browse files
authored
fix(publish): Correct craft requireNames config (#59)
1 parent 6977e41 commit 23fa0b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.craft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ github:
44
changelogPolicy: simple
55
preReleaseCommand: bash scripts/craft-pre-release.sh
66
requireNames:
7-
- /^sentry-bundler-plugin-core--*.tgz$/
7+
- /^sentry-bundler-plugin-core-*.tgz$/
88
- /^sentry-esbuild-plugin-*.tgz$/
99
- /^sentry-rollup-plugin-*.tgz$/
1010
- /^sentry-vite-plugin-*.tgz$/
11-
# TODO: Comment in when we replace the webpack plugin
12-
# - /^sentry-webpack-plugin-*.tgz$/
11+
# TODO: Comment in when we replace the webpack plugin
12+
# - /^sentry-webpack-plugin-*.tgz$/
1313
targets:
1414
- name: github
1515
includeNames: /^sentry-.*.tgz$/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
66

7-
## 0.0.0-alpha.0
7+
## 0.0.1-alpha.0
88

99
This release marks the first release of the Sentry bundler blugins. This is still a heavy work in progress and a lot of things are still missing and subject to change
1010

0 commit comments

Comments
 (0)