0.0.0 • Published 7 years ago

git-credits v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-credits

Build Status Coverage bitHound Overall Score

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 <damien@example.com>"

Installation

npm install -g git-credits

License

MIT License

Copyright (c) 2017 Damien Lebrun