Changelog
📝 Generate changelog from GitHub releases.
Installation
Via NPM:
npm install --global ch-log
Via Yarn:
yarn global add ch-log
Usage
Generate changelog from GitHub releases.
Usage: changelog [<GitHub repo slug>]
Options:
--help, -h Show help [boolean]
--version, -v Show version number [boolean]
--token, -t GitHub access token [string]
Examples:
changelog Generate changelog from repository in current working directory.
changelog gluons/vue-github-buttons Generate changelog from gluons/vue-github-buttons repository on GitHub.
You can also set your GitHub access token by CHANGELOG_GH_TOKEN
environment variable.