git-credits
v0.0.0
Published
[![Build Status][ci-badge]][travis] [![Coverage][codecov-badge]][codecov] [![bitHound Overall Score][bithound-badge]][bithound]
Downloads
3
Readme
git-credits
Print list of contributors.
Usage
Using [git-changelog] and [hub] you can create a list of change for a new release, append
git changelog v1.0.1 > draft.md
git credits v1.0.1 >> draft.md
hub release create --draft --file=draft.md --browse v1.1.0
By default, maintainers are excluded from the credits. git-credits
will look them up from "package.json", MAINTAINERS.md, from the file define with the --config
flags or from git config:
git config credits.maintainers --add "Damien Lebrun <[email protected]>"
Installation
npm install -g git-credits
License
MIT License
Copyright (c) 2017 Damien Lebrun