/bulletin

Bulletin helps you quickly generate release notes for the git project you specify.

Primary LanguageGoMIT LicenseMIT

bulletin

Bulletin helps you quickly generate release notes for the git project you specify.

Usage

# To generate releease notes from commits between tag1 and tag2
bulletin -from tag1 -to tag2

# To generate releease notes from commits between commit and commit2
bulletin -from commit1 -to commit2