Skip to main content

Crates.io

git-cliff can be installed from crates.io:

cargo install git-cliff

If you want to install the latest git version:

cargo install --git https://github.com/orhun/git-cliff

The minimum supported Rust version is 1.70.0.

Also, git-cliff has the following feature flags which can be enabled via --features argument:

  • update-informer: inform about the new releases of git-cliff (enabled as default)
  • github: enables the GitHub integration (enabled as default)

To install without these features:

cargo install git-cliff --no-default-features

e.g. disable GitHub integration but enable the new version notifier:

cargo install git-cliff --no-default-features --features update-informer