Installing git cliff

The Gir cliff program allow to automate the CHANGELOG.md creation by the commits of the repository.

Install rust

For Linux distros.

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

For windows.

See available installation methods

Install git cliff with cargo

$ cargo install git-cliff

Check git cliff is installed

NOTE: is normal if appear an error telling the cliff.toml file is nor found.

$ git cliff

Last updated