# Git Changelog Simple tool for release changelog reports with multiple template support. Features - Supports multiple output templates - [Handlebars](https://handlebarsjs.com/) templating language support - Excludes bots noise from the output (Dependabot, etc.) ## Usage You can get usage details by running the command with the `--help` argument: ```sh ./git-chlog --help ``` ```text USAGE: git-chlog [FLAGS] [OPTIONS] ARGS: Commit range, i.e. master..develop FLAGS: -h, --help Prints help information -v, --verbose Verbose output -V, --version Prints version information OPTIONS: -c, --config Sets a custom config file [default: default.conf] -d, --dir Working directory [default: .] -n, --max-count Limit the number of commits to output -o, --output Output file, will use console output if not defined --skip Skip number commits before starting to show the commit output -t, --template