mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 04:10:48 +00:00
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:
parent
19060a3020
commit
6a375ef730
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user