BUILD: make the release script use shortlog for the final changelog

It used to reuse the same command producting the list for the changelog,
requiring to run shortlog manually.
This commit is contained in:
Willy Tarreau 2017-03-27 19:32:24 +02:00
parent 19060a3020
commit 6a375ef730

View File

@ -169,7 +169,7 @@ fi
(echo "---"
echo "Complete changelog :"
git log --oneline --reverse --format=" - %s" "v$OLD".."v$NEW^"
git shortlog "v$OLD".."v$NEW^"
echo "---"
) >> "$OUTPUT"