Skip to content

Commit

Permalink
build: Use correct google cloud serverless craft config (getsentry#11109
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
AbhiPrasad authored and cadesalaberry committed Apr 19, 2024
1 parent 140c3cf commit 4f97582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ targets:
includeNames: /^sentry-aws-serverless-\d.*\.tgz$/
- name: npm
id: '@sentry/google-cloud-serverless'
includeNames: /^sentry-google-cloud-\d.*\.tgz$/
includeNames: /^sentry-google-cloud-serverless-\d.*\.tgz$/
- name: npm
id: '@sentry/bun'
includeNames: /^sentry-bun-\d.*\.tgz$/
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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

## 8.0.0-alpha.3
## 8.0.0-alpha.4

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

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

Expand Down Expand Up @@ -131,6 +131,11 @@ New minimum supported browsers:

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

## 8.0.0-alpha.3

This alpha was released in an incomplete state. We recommend skipping this release and using the `8.0.0-alpha.4` release
instead.

## 8.0.0-alpha.2

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

0 comments on commit 4f97582

Please sign in to comment.