build: get latest release tag via git-describe
commit4e0b58a016730ab9b3d817d3d4dcd4182d399f74
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 15 Mar 2013 13:33:12 +0000 (15 14:33 +0100)
committerDaniel Borkmann <dborkman@redhat.com>
Fri, 15 Mar 2013 13:33:12 +0000 (15 14:33 +0100)
tree7ec7ae3511c0a8a1e99dc4dc5f446708544b41fa
parent751c3e907432b9848f1b625a5e54fa2dcfab3b2d
build: get latest release tag via git-describe

To automatically create the shortlog for the .MAIL_MSG, we use
git shortlog. However, we do not want to include old stuff, so
let only commits pass that were between the previous release and
now. (Untested for now, since there is no futher tag.)

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Makefile