craft
craft copied to clipboard
The universal Sentry release CLI 🚀
Similar to #645. We currently publish all (currently 16) NuGet packages, which are versioned together, in a single publish step. In some cases, this has caused reentrancy problems, when NuGet.org...
Implement the ability to override changelog entries using a "Changelog Entry" section in the PR description. This allows PR authors to provide more detailed, user-facing release notes directly within the...
### Problem Statement A while ago the JS SDK team decided to rename their AWS Lambda Layer to include the current major in the name. Previously: [SentryNodeServerlessSDK](https://github.com/getsentry/sentry-javascript/blob/2bc61b0b2fbd3cceb6766162da17fbe97b870e20/.craft.yml#L7) Currently: [SentryNodeServerlessSDKv10](https://github.com/getsentry/sentry-javascript/blob/b6eb205db06b90cdfad1b5953247f13212eed1ed/.craft.yml#L149) This...
### Description We published an alpha release of the sentry-javascript SDKs earlier today and despite it being an alpha-release, the Lambda layer was published. We brought this up previously in...
For the moment we're going to be using the [ossrh-staging-api](https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/), but eventually we should migrate to the new APIs from the central repository. This will most likely require making changes...