@savvy-web/changelog
v0.1.1
Published
The Silk Suite changesets changelog generator as a standalone package
Readme
@savvy-web/changelog
The changesets changelog generator for the Silk Suite — the standalone, installable identity for @savvy-web/silk-effects' Changesets.changelogFunctions. Ships as dual ESM/CJS so the vanilla changesets CLI can require() it directly.
Install
npm install --save-dev @savvy-web/changelog
# or
pnpm add -D @savvy-web/changelogProjects that install @savvy-web/silk already get it: silk ships it as a peer companion pinned to the matching suite version.
Quick start
Reference it as the changelog entry in .changeset/config.json:
{
"changelog": ["@savvy-web/changelog", { "repo": "owner/repo" }]
}savvy init from @savvy-web/cli writes this entry automatically, filling in the detected repo slug.
