Skip to content

Commit 8f46314

Browse files
committed
build: Use correct google cloud serverless craft config
1 parent f375146 commit 8f46314

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.craft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ targets:
9393
includeNames: /^sentry-aws-serverless-\d.*\.tgz$/
9494
- name: npm
9595
id: '@sentry/google-cloud-serverless'
96-
includeNames: /^sentry-google-cloud-\d.*\.tgz$/
96+
includeNames: /^sentry-google-cloud-serverless-\d.*\.tgz$/
9797
- name: npm
9898
id: '@sentry/bun'
9999
includeNames: /^sentry-bun-\d.*\.tgz$/

CHANGELOG.md

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

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7-
## 8.0.0-alpha.3
7+
## 8.0.0-alpha.4
88

99
This is the third Alpha release of the v8 cycle, which includes a variety of breaking changes.
1010

@@ -131,6 +131,10 @@ New minimum supported browsers:
131131

132132
Work in this release contributed by @MFoster and @jessezhang91. Thank you for your contributions!
133133

134+
## 8.0.0-alpha.3
135+
136+
This alpha was released in an incomplete state. We recommend skipping this release and using 8.0.0-alpha.4 instead.
137+
134138
## 8.0.0-alpha.2
135139

136140
This alpha release fixes a build problem that prevented 8.0.0-alpha.1 from being properly released.

0 commit comments

Comments
 (0)