Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 523 Bytes

File metadata and controls

14 lines (12 loc) · 523 Bytes

Release checklist (as of v0.2.1)

  • CI green on all repos
  • Tags pushed for mind, mind-runtime, mind-spec
  • Docs published via GitHub Pages
  • License and advisory checks clean
  • Main branches protected and signed

Releasing

  1. Ensure main is green on CI.
  2. Update README.md examples if needed.
  3. Create a tag: git tag mind-vX.Y.Z && git push --tags
  4. Draft GitHub release (Release Drafter will prefill if configured).
  5. Note feature compatibility with mind-runtime in the release notes.