allanozzolo / auto-changelog-hook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 100.0%