A changelog generator
A changelog generator
This project is currently a prototype, and mainly works if you project meets
the following criteria:
If it does, you can build and install this project using Stack:
stack build --copy-bins
Once shift
, is in your PATH
, you can invoke it according to where your
repository is hosted:
shift generate -t github --github-token XXX --github-owner etcinit --github-repository shift
shift generate -t git
.To save to a CHANGELOG.md
file: shift generate -t git > CHANGELOG.md
.
A lot.