Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 278 Bytes

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