Release Process
SkillMonitoring & opsLets your agent prepare Sentry JavaScript SDK releases, update changelogs, and create release branches.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Release Process skill
About this capability
Publish a new Sentry JavaScript SDK release. Use when preparing a release, updating the changelog, or creating a release branch.
What this skill tells your AI
The instructions your AI receives, as published by getsentry/sentry-javascript in .agents/skills/release/SKILL.md and read by ahel’s review.
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.
Key commands
yarn changelog— generate changelog entriesyarn lint— verify code qualityyarn test— run test suiteyarn build:dev— verify build
Signals
- GitHub stars
- 9k
- Forks
- 2k
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
release-getsentry- Source
- github.com/getsentry/sentry-javascript