## Installation ## Usage ``` git-cliff [FLAGS] [OPTIONS] [RANGE] ``` **Flags:** ``` -v, --verbose Increases the logging verbosity -l, --latest Processes the commits starting from the latest tag -u, --unreleased Processes the commits that do not belong to a tag -h, --help Prints help information -V, --version Prints version information ``` **Options:** ``` -c, --config Sets the configuration file [env: CONFIG=] [default: cliff.toml] -w, --workdir Sets the working directory [env: WORKDIR=] -r, --repository Sets the repository to parse commits from [env: REPOSITORY=] -p, --changelog Prepends entries to the given changelog file [env: CHANGELOG=] -o, --output Writes output to the given file [env: OUTPUT=] -t, --tag Sets the tag for the latest version [env: TAG=] -b, --body