mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 11:43:34 +02: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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user