projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19060a3
)
BUILD: make the release script use shortlog for the final changelog
author
Willy Tarreau
<w@1wt.eu>
Mon, 27 Mar 2017 17:32:24 +0000
(19:32 +0200)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/scripts/announce-release
b/scripts/announce-release
index
7fc3596
..
d70c33c
100755
(executable)
--- 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"