A small script to automatically generate a Changelog file with each commit
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
A small script to automatically generate a Changelog file with each commit
Shell