Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 556 Bytes

🤖📓 automatic-release-notes 📓🤖

A simple module to auto-create release note changelogs for repos based on the delta in commits.

Setup

NPM

npm install --save-dev automatic-release-notes
export GH_TOKEN=<github_token>

FAQ

How do I get a github token?

  • Follow the inscructions here