gsxdsm
8317684aff
feat(changelog): U2 — changeset format linter + CI wiring
Add scripts/check-changeset-format.mjs:
- Validates structured changeset schema across .changeset/*.md
- Legacy changesets warn (exit 0) in transition mode
- Structured changesets with missing/invalid fields error (exit 1)
- --strict flag fails on legacy changesets
Wire into package.json (check:changesets, pretest, test:gate) and
pr-checks.yml lint job. Fix parser to not default category on
structured changesets missing the field.
10 linter tests + 18 schema tests all passing.
2026-06-23 23:30:32 -07:00
..
2026-06-23 23:30:32 -07:00
2026-06-03 19:12:28 -07:00
2026-06-14 15:29:35 -07:00
2026-06-18 13:41:37 -07:00
2026-05-04 14:35:23 -07:00
2026-06-18 16:47:09 -07:00
2026-06-16 15:08:24 -07:00
2026-06-15 02:30:41 -07:00
2026-06-20 21:53:31 -07:00
2026-06-03 19:12:28 -07:00
2026-06-23 00:26:16 -07:00
2026-06-14 15:29:35 -07:00
2026-06-19 05:13:39 -07:00