0.0.8 • Published 10 years ago
github-conventional-changelog v0.0.8
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-changelogUsage
github-conventional-changelog -s -t RepoName -o <oauth_key> <user>/<repo> <local_repo> > CHANGELOG.mdThis 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.