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.85.1.
Also, git-cliff has the following feature flags which can be enabled via --features argument:
update-informer: inform about the new releases of git-cliffgithub: enables the GitHub integrationgitlab: enables the GitLab integrationgitea: enables the Gitea integrationbitbucket: enables the Bitbucket integrationintegrations: enables all integrations
All these features are enabled by default.
To install without these features:
cargo install git-cliff --no-default-features
e.g. disable all integrations but enable the new version notifier:
cargo install git-cliff --no-default-features --features update-informer