Publish a new Sentry JavaScript SDK release. Use when preparing a release, updating the changelog, or creating a release branch.
See docs/publishing-a-release.md for full details.
develop with latest changes. Stash any unsaved work with git stash -u if needed.yarn changelog (use yarn changelog | pbcopy to copy output).CHANGELOG.md for the current version.prepare-release/VERSION off develop.CHANGELOG.md — add the new version entry with the changelog output. See the "Updating the Changelog" section in docs/publishing-a-release.md for formatting details. Do not remove existing entries.meta(changelog): Update changelog for VERSIONmastergit stash pop if needed.Follow docs/new-sdk-release-checklist.md. If anything doesn't match the checklist, remind the user.
yarn changelog — generate changelog entriesyarn lint — verify code qualityyarn test — run test suiteyarn build:dev — verify build