/auto-changelog-hook

A small script to automatically generate a Changelog file with each commit

Primary LanguageShell

auto changelog hook

A small script to automatically generate a Changelog file with each commit

How to use

Copy the file post-commit into to folder .git/hooks/ and make it executable.

chmod +x post-commit
cp post-commit ${YOUR_PROJECT_PATH}/.git/hooks