fboulnois / git-changelog

A Rust program to generate a CHANGELOG.md from semantic git commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-changelog

A rust program to generate a CHANGELOG.md from semantic git commits. Check the CHANGELOG.md in this repository for an example.

How to build:

Type cargo build --release. Versioned releases are also available on Github.

How to use:

  1. Copy git-changelog to /usr/local/bin and ensure it is available on the $PATH
  2. Create an alias to git-changelog :
git config --global alias.changelog /usr/local/bin/git-changelog
  1. In any git repository, create a CHANGELOG.md using git changelog

About

A Rust program to generate a CHANGELOG.md from semantic git commits

License:Mozilla Public License 2.0


Languages

Language:Rust 98.7%Language:Dockerfile 1.3%