github-conventional-changelog
v0.0.8
Published
Generate a markdown changelog from git pull-requests
Downloads
3
Maintainers
Readme
GitHub Conventional Changelog
About
This small application can create a markdown changelog from GitHub conventional-changelog formatted pull-requests.
How to install
npm install -g github-conventional-changelog
Usage
github-conventional-changelog -s -t RepoName -o <oauth_key> <user>/<repo> <local_repo> > CHANGELOG.md
This will create a new changelog based on your pull-request from the <local_repo>
and from <user>/<repo>
.
Example
You can check out an example project here and the generated output from the merged pull-requests looks like this example.