ch-log
v1.1.0
Published
Generate changelog from GitHub releases.
Maintainers
Readme
Changelog
📝 Generate changelog from GitHub releases.
Installation
Via NPM:
npm install --global ch-logVia Yarn:
yarn global add ch-logUsage
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.

