automatic-release-notes
v0.0.20
Published
A simple module to auto-create release note changelogs for repos based on the delta in commits.
Downloads
13
Maintainers
Readme
🤖📓 automatic-release-notes 📓🤖
A simple module to auto-create release note changelogs for repos based on the delta in commits.
Setup
npm install --save-dev automatic-release-notes
export GH_TOKEN=<github_token>
FAQ
How do I get a github token?
- Follow the inscructions here