make-change-file
Installation
SKILL.md
Make Change File
Overview
Write release notes that match this repository's .changes conventions. Use it for both new change files and edits to existing unpublished ones.
Workflow
- Read the package's
package.json,.changes/directory, and any relevant PR diff or commit range before writing anything. - Check whether an unpublished change file already exists for the same work. If it does, update it in place instead of creating a duplicate note.
- Choose the bump type from the package version and the user-facing impact.
- Write concise, user-facing release notes that describe shipped behavior, APIs, or exports.
- Run
pnpm changes:previewto verify the rendered changelog output. - Run
pnpm run lintbefore finishing.