Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.71 KB

Changelog

license npm npm Travis TSLint Gitmoji

📝 Generate changelog from GitHub releases.

Installation

Via NPM:

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.