Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 3.57 KB

README.md

File metadata and controls

76 lines (60 loc) · 3.57 KB

git-changelog

ci documentation pypi version gitter

Automatic Changelog generator using Jinja2 templates. From git logs to change logs.

Features

Installation

pip install git-changelog

With uv:

uv tool install git-changelog

Usage

Simply run git-changelog in your repository to output a changelog on standard output. To show the different options and their descriptions, use git-changelog -h.

Alternatives

  • git-cliff: A highly customizable Changelog Generator that follows Conventional Commit specifications.