clog

A conventional changelog for the rest of us

Usage

``` Usage: clog [--repository= --setversion= --subtitle= --from= --to= --from-latest-tag]

Options: -h --help Show this screen. --version Show version -r --repository= e.g https://github.com/thoughtram/clog --setversion= e.g. 0.1.0 --subtitle= e.g. crazy-release-name --from= e.g. 12a8546 --to= e.g. 8057684 --from-latest-tag uses the latest tag as starting point. Ignores other --from parameter ```

Try it!

  1. Build clog cargo build

  2. Delete the old log file rm changelog.md

  3. Run clog ./target/release/clog --repository=https://github.com/thoughtram/clog --setversion=0.1.0 --subtitle=crazy-dog

LICENSE

clog is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.