Skip to content

Ic3fr0g/autochangelog-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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