Skip to content

Commit

Permalink
build: Use correct google cloud serverless craft config
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Mar 14, 2024
1 parent f375146 commit 8f46314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- "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.

Expand Down Expand Up @@ -131,6 +131,10 @@ 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 8.0.0-alpha.4 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 8f46314

Please sign in to comment.