From 312e52ddcee88976114ba0e353bf8827af96adf9 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 14 Mar 2024 18:07:16 -0400 Subject: [PATCH] build: Use correct google cloud serverless craft config (#11109) https://github.com/getsentry/publish/issues/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 --- .craft.yml | 2 +- CHANGELOG.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.craft.yml b/.craft.yml index 85959ea2e984..e28c9513f0b7 100644 --- a/.craft.yml +++ b/.craft.yml @@ -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$/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb6a635c716..f33c3d9eef99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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.