Release Process

  1. Feature branch merged to main
  2. CI runs tests + builds binary
  3. Git tag triggers release workflow
  4. Binary deployed to production (< 2 min)
  5. Release notes published automatically
  6. Changelog updated on marketing site

Rollback

  • Revert the merge commit
  • Push to main → auto-deploys previous version
  • Total rollback time: < 5 minutes
Last modified: 17 Mar 2026