a more compact version of the [@changesets/changelog-github](https://github.com/changesets/changesets/tree/main/packages/changelog-github) changelog generator
npm install @svitejs/changesets-changelog-github-compacta more compact version of the @changesets/changelog-github changelog generator
``bash`
pnpm i -D @svitejs/changesets-changelog-github-compact
set changelog in your .changeset/config.json to`json`
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "org/repo" }]
- #PR-ID commit Thanks @user! - some description for a changeset with a PR and commit
- commit Thanks @user! - some text description some description for a changeset without a PR
,(fix #123) or (fixes #123) in a changeset description, the #123`will automatically be linkified to the corrosponding issue in your repoexample:
- some description (fixes #123) cool, huh? (PR)