Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

automatic-release-notes

CapitanRedBeard10ISC0.0.20

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

release, notes, changelog, automatic

readme

🤖📓 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