Skip to content

pawamoy/git-changelog

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2024
Nov 25, 2024
Nov 26, 2024
Nov 25, 2024
Nov 26, 2024
Nov 26, 2024
Nov 25, 2024
Mar 14, 2024
Nov 25, 2024
Nov 26, 2024
Mar 14, 2024
Nov 25, 2024
May 21, 2020
Nov 25, 2024
Nov 25, 2024
Nov 25, 2024
Nov 25, 2024
Nov 26, 2024

Repository files navigation

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.