Skip to content

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

License

Notifications You must be signed in to change notification settings

fboulnois/git-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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