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.75.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-cliffgithub
: enables the GitHub integrationgitlab
: enables the GitLab integrationbitbucket
: enables the Bitbucket integration
All these features are 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