From: Willy Tarreau Date: Mon, 27 Mar 2017 17:32:24 +0000 (+0200) Subject: BUILD: make the release script use shortlog for the final changelog X-Git-Tag: v1.8-dev1~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a375ef73064177ef963eea64ff0a55156ace4af;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/scripts/announce-release b/scripts/announce-release index 7fc3596776..d70c33cc86 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -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"