Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Feature Release Playbook

This document provides a comprehensive checklist for releasing a new version of Mataroa.

  1. Finish with all commits, push to main
  2. Verify CHANGELOG.md is up-to-date
  3. Verify CI is green
  4. Bump in in pyproject.toml with git commit -m "release v1.x"
  5. Run uv lock
  6. Create Git tag: git tag -a v1.x -m "v1.x"
  7. Push tag: git push origin --tags and git push srht --tags