git-changelog icon indicating copy to clipboard operation
git-changelog copied to clipboard

Extended changelog, group by tags

Open rafinskipg opened this issue 9 years ago • 2 comments

Add the possibility to group by tags on the extended log just like here https://github.com/angular/angular.js/blob/master/CHANGELOG.md

Use this kind of commit messages to grep tag names :

chore(release): v1.4.0 codename(jaracimrman-existence)

rafinskipg avatar Jun 04 '15 22:06 rafinskipg

#32

rafinskipg avatar Jun 09 '15 23:06 rafinskipg

I love the idea of grouping by tag, but would prefer that the grep pattern be made optional. Ie, if the commit message or tag annotation matches the grep, then use it to decorate the tag, but otherwise just use the tag name.

richardthombs avatar Jul 07 '15 10:07 richardthombs