1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-08 00:56:51 +03:00
git-cliff/website/docs/index.md
2023-04-09 18:39:39 +03:00

1.1 KiB

sidebar_position
1

Getting Started

git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers.

The changelog template can be customized with a configuration file to match the desired format.

Quickstart

  1. Install git-cliff:
cargo install git-cliff

Also, see the other installation options.

  1. Initialize git-cliff:
git cliff --init

Edit the default configuration (cliff.toml) as you like. Check out the examples for different templates.

  1. Generate a changelog:
git cliff -o CHANGELOG.md

See the command-line usage examples.

Contribute

Contributions are highly appreciated! See the contribution guidelines for getting started.

Feel free to submit issues and toss ideas!