We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 518fd4a + 1d844d1 commit e36cf1aCopy full SHA for e36cf1a
Makefile.am
@@ -86,7 +86,7 @@ rpmlog:
86
echo
87
88
shortlog:
89
- git shortlog -r --no-merges --format="- %s" -w76,0,2 $$(git tag -l | grep '^[0-9]' | tail -n 1)..HEAD | sed 's/"):$"/"):\n"/g'
+ git shortlog -r --no-merges --format="- %s" -w76,0,2 $$(git tag -l | grep '^[0-9]' | sort -V | tail -n 1)..HEAD | sed 's/"):$"/"):\n"/g'
90
91
bumpver:
92
@VERSION=`echo $(PACKAGE_VERSION)|sed -r 's/(.*)\.([0-9]+)/\1/'` ; \
0 commit comments