2026-05-12 00:10:31 -04:00
..
2026-03-30 14:11:01 -04:00
2026-04-08 14:18:46 -04:00
2026-04-16 16:35:54 -04:00
2026-04-23 18:25:37 -04:00
2026-05-04 15:55:15 -04:00
2026-05-06 15:45:09 -04:00
2026-05-12 00:10:31 -04:00

Release Notes

Store finalized release notes in this folder as versioned Markdown files.

Recommended naming:

  • release-notes/v0.0.2.md

Typical flow:

  1. Generate a draft with pnpm -s release:notes.
  2. Copy the final edited notes into a versioned file in this folder.
  3. Publish with gh release create <tag> --title <tag> --notes-file release-notes/<tag>.md.