2026-07-15 12:39:32 -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
2026-05-19 20:40:13 -04:00
2026-05-28 09:14:35 -04:00
2026-06-11 09:45:44 -04:00
2026-06-12 14:29:49 -04:00
2026-06-24 15:22:17 -04:00
2026-06-28 20:12:29 -04:00
2026-07-10 11:49:19 -04:00
2026-07-10 18:36:21 -04:00
2026-07-15 12:39:32 -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.