1.2.0 • Published 1 year ago
@svitejs/changesets-changelog-github-compact v1.2.0
@svitejs/changesets-changelog-github-compact
a more compact version of the @changesets/changelog-github changelog generator
Installation
pnpm i -D @svitejs/changesets-changelog-github-compactUsage
set changelog in your .changeset/config.json to
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "org/repo" }]comparison
changelog-github
- #PR-ID
commitThanks @user! - some description for a changeset with a PR and commit commitThanks @user! - some text description some description for a changeset without a PR
changelog-github-compact
- some description for a changeset with a PR and commit (PR)
- some description for a changeset without a PR (commit)
additional features
auto-links in changeset descriptions
If you use (see #123),(fix #123) or (fixes #123) in a changeset description, the #123will automatically be linkified to the corrosponding issue in your repo
example: