release
Release Process
See docs/publishing-a-release.md for full details.
Steps
- Ensure you're on
developwith latest changes. Stash any unsaved work withgit stash -uif needed. - Run
yarn changelog(useyarn changelog | pbcopyto copy output). - Decide on a version per semver. Check the top of
CHANGELOG.mdfor the current version. - Create branch
prepare-release/VERSIONoffdevelop. - Update
CHANGELOG.md— add the new version entry with the changelog output. See the "Updating the Changelog" section indocs/publishing-a-release.mdfor formatting details. Do not remove existing entries. - Commit:
meta(changelog): Update changelog for VERSION - Push the branch and remind the user to open a PR targeting
master. - If you were on a different branch, checkout back and
git stash popif needed.
First-time SDK releases
Follow docs/new-sdk-release-checklist.md. If anything doesn't match the checklist, remind the user.
More from getsentry/sentry-javascript
fix-security-vulnerability
Analyze and propose fixes for Dependabot security alerts
12skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
11triage-issue
Triage GitHub issues with codebase research and actionable recommendations
10e2e
Run E2E tests for Sentry JavaScript SDK test applications
9dotagents
Manage agent skill dependencies with dotagents. Use when asked to "add a skill", "install skills", "remove a skill", "update skills", "dotagents init", "agents.toml", "agents.lock", "sync skills", "list skills", "set up dotagents", "configure trust", "add MCP server", "add hook", "wildcard skills", "user scope", or any dotagents-related task.
9upgrade-dep
Upgrade a dependency in the Sentry JavaScript SDK. Use when upgrading packages, bumping versions, or fixing security vulnerabilities via dependency updates.
9