github-changelog-generator
v1.1.1
Published
Changelog generator from GitHub issues
Downloads
36
Readme
github-changelog-generator
Changelog generator from GitHub issues
Installation
First, install github-changelog-generator using npm (we assume you have pre-installed node.js).
npm install -g github-changelog-generator
Usage
See gh-change-gen --help
for detailed usage.
Usage: gh-change-gen [options]
Options:
-h, --help output usage information
-V, --version output the version number
-n, --no_auth no authenticate
-o, --owner <owner> owner of the GitHub repository
-r, --repo <repo> name of the GitHub repository
-m, --milestone [milestone] title of Milestone
-l, --labels [labels] list of comma separated Label names. Example: bug,ui,@high
-s, --issue_status [issue_status] issue status
-t, --template [template] path to changelog template ejs file
-f, --file [file] name of the file to output the changelog to [CHANGELOG.md]
License
MIT © fossamagna