Skip to content

Commit 312e52d

Browse files
authored
build: Use correct google cloud serverless craft config (#11109)
getsentry/publish#3566 failed to fully release because of incorrect google cloud serverless craft config. This fixes that and adjusts our changelog to publish `8.0.0-alpha.4` instead
1 parent f375146 commit 312e52d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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

9-
This is the third Alpha release of the v8 cycle, which includes a variety of breaking changes.
9+
This is the fourth Alpha release of the v8 cycle, which includes a variety of breaking changes.
1010

1111
Read the [in-depth migration guide](./MIGRATION.md) to find out how to address any breaking changes in your code.
1212

@@ -131,6 +131,11 @@ 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 the `8.0.0-alpha.4` release
137+
instead.
138+
134139
## 8.0.0-alpha.2
135140

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

0 commit comments

Comments
 (0)