git-cliff(1) General Commands Manual git-cliff(1) NAME git-cliff - A highly customizable changelog generator SYNOPSIS git-cliff [-h|--help] [-V|--version] [-v|--verbose]... [-i|--init] [-c|--config] [--config-url] [-w|--workdir] [-r|--repository] [--include-path] [--exclude-path] [--tag-pattern] [--with-commit] [--with-tag-message] [--skip-tags] [--ignore-tags] [--count-tags] [--skip-commit] [-p|--prepend] [-o|--output] [-t|--tag] [--bump] [--bumped-version] [-b|--body] [-l|--latest] [--current] [-u|--unreleased] [--topo-order] [--use-branch-tags] [--no-exec] [-x|--context] [--from-context] [-s|--strip] [--sort] [--github-token] [--github-repo] [--gitlab-token] [--gitlab-repo] [--gitea-token] [--gitea-repo] [--bitbucket-token] [--bitbucket-repo] [--use-native-tls] [--offline] [RANGE] DESCRIPTION A highly customizable changelog generator FLAGS -h, --help Prints help information -V, --version Prints version information -v, --verbose Increases the logging verbosity --bumped-version Prints bumped version for unreleased changes -l, --latest Processes the commits starting from the latest tag --current Processes the commits that belong to the current tag -u, --unreleased Processes the commits that do not belong to a tag --topo-order Sorts the tags topologically --use-branch-tags Include only the tags that belong to the current branch --no-exec Disables the external command execution -x, --context Prints changelog context as JSON --use-native-tls Load TLS certificates from the native certificate store OPTIONS -i, --init [] Writes the default configuration file to cliff.toml -c, --config [default: cliff.toml] Sets the configuration file May also be specified with the GIT_CLIFF_CONFIG environment variable. --config-url Sets the URL for the configuration file May also be specified with the GIT_CLIFF_CONFIG_URL environment variable. -w, --workdir Sets the working directory May also be specified with the GIT_CLIFF_WORKDIR environment variable. -r, --repository ... Sets the git repository May also be specified with the GIT_CLIFF_REPOSITORY environment variable. --include-path ... Sets the path to include related commits May also be specified with the GIT_CLIFF_INCLUDE_PATH environment variable. --exclude-path ... Sets the path to exclude related commits May also be specified with the GIT_CLIFF_EXCLUDE_PATH environment variable. --tag-pattern Sets the regex for matching git tags May also be specified with the GIT_CLIFF_TAG_PATTERN environment variable. --with-commit ... Sets custom commit messages to include in the changelog May also be specified with the GIT_CLIFF_WITH_COMMIT environment variable. --with-tag-message [] Sets custom message for the latest release May also be specified with the GIT_CLIFF_WITH_TAG_MESSAGE environment variable. --skip-tags Sets the tags to skip in the changelog May also be specified with the GIT_CLIFF_SKIP_TAGS environment variable. --ignore-tags Sets the tags to ignore in the changelog May also be specified with the GIT_CLIFF_IGNORE_TAGS environment variable. --count-tags Sets the tags to count in the changelog May also be specified with the GIT_CLIFF_COUNT_TAGS environment variable. --skip-commit ... Sets commits that will be skipped in the changelog May also be specified with the GIT_CLIFF_SKIP_COMMIT environment variable. -p, --prepend Prepends entries to the given changelog file May also be specified with the GIT_CLIFF_PREPEND environment variable. -o, --output [] Writes output to the given file May also be specified with the GIT_CLIFF_OUTPUT environment variable. -t, --tag Sets the tag for the latest version May also be specified with the GIT_CLIFF_TAG environment variable. --bump [] Bumps the version for unreleased changes. Optionally with specified version -b, --body