changelog.d/README.md
Each user-facing change ships as one file in this directory instead of editing
CHANGELOG.md directly, so concurrent pull requests never conflict.
<PR number>.<type>.md, where <type> is one of added,
changed, deprecated, removed, fixed, security (the Keep a Changelog
section the entry belongs in). A second fragment for the same PR and type
gets a counter suffix: 1234.fixed.2.md. Add the fragment after opening the
PR, when its number is known.Fixed the thing. Towncrier adds the link from the filename. Prefix
**Breaking:** for changes that bump the major version.To release version X.Y.Z on YYYY-MM-DD:
uv run towncrier build --yes --version X.Y.Z --date YYYY-MM-DD.[X.Y.Z]: https://github.com/wkentaro/labelme/compare/v<previous>...vX.Y.Z
to the link list at the bottom of CHANGELOG.md.Prerelease tags render pending fragments without changing files.