Create or update Remix repo change files under packages/*/.changes. Use when a user asks for release notes, a change file, a missing changelog entry, a prerelease note, or an update to existing unpublished release notes.
What problem does it solve?
Centralizes and standardizes release notes by generating or updating package change files to align with the repo's conventions, reducing manual effort and ensuring consistency across releases.
Core Features & Use Cases
- Detect unpublished change files and update them in place to avoid duplicates.
- Determine appropriate bump types (major, minor, patch) based on changes and user input.
- Produce concise, user-facing release notes describing shipped behavior, APIs, or exports.
- Validate notes against repository lint rules and render preview.
Quick Start
Create or update a package's change file under packages/*/.changes with a concise, user-facing note describing the release.