Git-cliff – Generate changelog from the Git history

git-cliff v2.0 is now available, offering a highly customizable changelog generator for Git repositories. It uses regex-powered custom parsers and can match desired formats easily with a configuration file. Compatible with conventional commits, git-cliff simplifies the process of generating changelog files. It can be seamlessly integrated into Rust, Python, and Node.js projects as a command-line tool or used as a library for Rust projects. With its versatility and ease of use, git-cliff is a valuable tool for developers looking to streamline their changelog creation process.

https://git-cliff.org/

To top