gench
v0.0.0
Published
Generate your own styled changelog
Downloads
4
Maintainers
Readme
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-_|]/
| key | value
| :--- | :---
| format | Formatting you commits
| except | Throws out these commits /reg exp/
| only | Accept only that commits /reg exp/