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.)