Feature Release Playbook
This document provides a comprehensive checklist for releasing a new version of Mataroa.
- Finish with all commits, push to main
- Verify
CHANGELOG.mdis up-to-date - Verify CI is green
- Bump in in
pyproject.tomlwithgit commit -m "release v1.x" - Run
uv lock - Create Git tag:
git tag -a v1.x -m "v1.x" - Push tag:
git push origin --tagsandgit push srht --tags