Ic3fr0g / autochangelog-hook

Git hooks to generate changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autochangelog-hook

Git hooks to generate changelog

Built on the good work of Github changelog generator!

Prerequisites:

1. Install github_changelog_generator
2. export $GITHUB_TOKEN=your-github-token
3. All tags (in $git tag -l -n9) should be of type 'v\d[\.\w]*' (v1.2, v1.2a, etc.)

About

Git hooks to generate changelog


Languages

Language:Python 86.3%Language:Shell 13.7%