@robingenz/changelog-github
v0.0.1
Published
A changelog entry generator for GitHub that links to commits and PRs.
Downloads
602
Readme
changelog-github
🦋 A changelog entry generator for GitHub that links to commits and PRs.
This generator is based on @changesets/changelog-github and intended for use with Changesets.
Installation
- Install the pckage:
npm install @robingenz/changelog-github
- Change your .changeset/config.json to point to the new package:
Replace"changelog": [ "@robingenz/changelog-github", { "repo": "org/repo" } ],
org/repo
with your own repo.
Changelog
See CHANGELOG.md.
License
See LICENSE.