]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: make the release script use shortlog for the final changelog
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Mar 2017 17:32:24 +0000 (19:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Mar 2017 17:32:24 +0000 (19:32 +0200)
It used to reuse the same command producting the list for the changelog,
requiring to run shortlog manually.

scripts/announce-release

index 7fc35967765e7e629060ac7a5c46bc60860a1f60..d70c33cc869ff99ef6116097c4025f1ac221e03b 100755 (executable)
@@ -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"