diff --git a/Makefile.am b/Makefile.am index a98fe079f..8e1a9c030 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ sign: dist gpg --armor --detach-sign --output udisks-$(VERSION).tar.bz2.sign udisks-$(VERSION).tar.bz2 shortlog: - git shortlog -r --no-merges $$(git tag -l | tail -n 1)..HEAD + git shortlog -r --no-merges $$(git tag --list 'udisks*' --sort=version:refname --merged master | tail -n 1)..HEAD clean-local: rm -f *~