A rust program to generate a CHANGELOG.md from semantic git commits. Check the
CHANGELOG.md in this repository for an example.
Type cargo build --release. Versioned releases are also available on Github.
- Copy
git-changelogto/usr/local/binand ensure it is available on the$PATH - Create an alias to
git-changelog:
git config --global alias.changelog /usr/local/bin/git-changelog- In any git repository, create a
CHANGELOG.mdusinggit changelog