Release Guide
April 7, 2026 ยท View on GitHub
Versioning flow
Use tags in the format vX.Y.Z.
Examples:
v0.1.0v0.1.1v0.2.0
Suggested release checklist
- Confirm
npm run checkpasses locally. - Update
CHANGELOG.md. - Push the latest commits to
main. - Create and push a version tag.
git tag v0.1.1
git push origin v0.1.1
What happens next
The GitHub release workflow will:
- trigger on tags matching
v* - create a GitHub Release
- attach generated release notes automatically