mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 01:54:53 -04:00
@changesets/read treats every directory inside .changeset/ as a legacy v1 changeset and tries to read changes.md from it, which made `changeset version` fail with ENOENT on .changeset/.released/changes.md. Move the per-branch ledger to .changeset-released/ at the repo root.