0.0.0 • Published 8 years ago

gench v0.0.0

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

gench

Generate your own styled changelog from git commits

This is a draft for now If you have any of offers you are welcome!

Usage

Install

npm install -g gench

Config

Create new config file at the root of your project .gench.yml

format:
  before: "["
  after: "]"
except:
  - /[0-9-_]/
only:
  - /[a-zA-z-_|]/
keyvalue
formatFormatting you commits
exceptThrows out these commits /reg exp/
onlyAccept only that commits /reg exp/