github-conventional-changelog

Generate a markdown changelog from git pull-requests


Keywords
changelog, github, pull-request, conventional, conventional-changelog
License
MIT
Install
npm install github-conventional-changelog@0.0.8

Documentation

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.