A simple module to auto-create release note changelogs for repos based on the delta in commits.
npm install --save-dev automatic-release-notes
export GH_TOKEN=<github_token>
How do I get a github token?
- Follow the inscructions here
A simple module to auto-create release note changelogs for repos based on the delta in commits.
npm install --save-dev automatic-release-notes
export GH_TOKEN=<github_token>
How do I get a github token?