Skip to content

Releasing

Junior uses lockstep package releases for:

  • @sentry/junior
  • @sentry/junior-agent-browser
  • @sentry/junior-github
  • @sentry/junior-sentry
  1. Open GitHub Actions Release workflow.
  2. Choose bump (patch, minor, major).
  3. Use force=true only when intentionally bypassing blockers.

Required configuration:

  • Variable: SENTRY_RELEASE_BOT_CLIENT_ID
  • Secret: SENTRY_RELEASE_BOT_PRIVATE_KEY
  • npm publish credentials for release runtime

Docs are deployed at https://junior.sentry.dev/ from packages/docs.

Recommended preflight:

Terminal window
pnpm docs:check

After release, run smoke checks from Verify & Troubleshoot and monitor with Observability.