Sign inSign up

rockandska/git-changelog

By rockandska

Updated almost 5 years ago

Custom git command to generate/update CHANGELOG from conventional commits

Image
0

497

rockandska/git-changelog repository overview

git-changelog

Description

A custom git command to generate/update CHANGELOG from conventional commits

Quick start

Global system install

Put git-changelog in a directory present in $PATH

$ RELEASE= # put a tag here if you want a specific release
$ TARGET="${HOME}/.local/bin/git-changelog"
$ wget -O "${TARGET}" https://raw.githubusercontent.com/rockandska/git-changelog/${RELEASE:=master}/git-changelog
$ chmod +x "${TARGET}"
Display usage
From system installation
$ git changelog -h
With docker
$ docker run --rm -ti -v $(pwd):/git rockandska/git-changelog -h
Generate unreleased section
From system installation
$ git changelog
With docker
$ docker run --rm -ti -v $(pwd):/git rockandska/git-changelog
Generate an 1.0.0 section
From system installation
$ git changelog -n 1.0.0
With docker
docker run --rm -ti -v $(pwd):/git rockandska/git-changelog -n 1.0.0

Documentation

Visit: https://git-changelog-bash.readthedocs.io/

Tag summary

Content type

Image

Digest

Size

12.2 MB

Last updated

almost 5 years ago

docker pull rockandska/git-changelog