Include ref#, show author nickname in release notes

This commit is contained in:
Jakob Borg
2014-12-07 09:16:52 +01:00
parent 87abea0ba3
commit c6688d8f89
3 changed files with 36 additions and 1 deletions

View File

@@ -5,5 +5,5 @@ if [[ -z $since ]] ; then
since="$(git describe --abbrev=0 HEAD^).."
fi
git log --pretty=format:'* %h %s (%an)' "$since" | grep '(fixes #'
git log --pretty=format:'* %s (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d'