Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 604 Bytes

File metadata and controls

19 lines (12 loc) · 604 Bytes

Contributing

Changelog entries

One fragment per user-visible change so PRs don't conflict on CHANGELOG.md:

composer changelog:add

Interactive prompt (Significance + Type + entry); fragment lands in changelog/<branch-name>, commit it with the PR. CI validates via composer changelog:validate.

Releases

composer changelog:write

Aggregates fragments → new CHANGELOG.md version block (semver computed from fragment significance) → mirrors <!-- Start/End changelog --> markers into readme.txt's == Changelog ==. Don't remove the markers. Commit + tag.