KP-014 · CHANGELOG/RELEASE
Single Release Page
One release at length, with breaking changes given their own block at the top rather than a footnote at the bottom, and the fixes listed in full. Release notes that lead with features and bury the migration note are how integrations break quietly on a Tuesday.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/changelog-release
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| breaking | BreakingChange[] | — | What changed and what the reader must do — rendered at the top. |
| notes / fixes | ReleaseNote[] · string[] | — | The long-form notes and the plain fix list. |