A conventional changelog for the rest of us
``` USAGE: clog [FLAGS] [OPTIONS]
FLAGS: --from-latest-tag use latest tag as start (instead of --from) -h, --help Prints help information --major Increment major version by one (Sets minor and patch to 0) --minor Increment minor version by one (Sets patch to 0) --patch Increment patch version by one -v, --version Prints version information
OPTIONS: --from=from e.g. 12a8546 -r, --repository=repository e.g. https://github.com/thoughtram/clog --setversion=setversion e.g. 1.0.1 --subtitle=subtitle e.g. crazy-release-title --to=to e.g. 8057684 (Defaults to HEAD when omitted)
```
Try it!
Clone the repo git clone https://github.com/thoughtram/clog && cd clog
Build clog cargo build --release
Delete the old changelog file rm changelog.md
Run clog ./target/release/clog --repository=https://github.com/thoughtram/clog --setversion=0.1.0 --subtitle=crazy-dog
clog is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.