0.0.4 • Published 5 years ago

clh v0.0.4

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

clh

An attempt at getting 80-90% of the way through writing a changelog. The process of doing this can be cumbersome. You need to convey the information to the users, but you've largely already written those out, and often just need a shortened version. That's what this helps with in an interactive way.

Usage

npm install clh
npx clh --from=[from] --to=[to]

Options

from and to

We're using git log internally, so you'll want to specify tags, commits, or whatnot. I tag each version in my repository so for me it's usually straightforward, for example: --from="v0.0.1" --to="v0.0.2".