From ce50ee18bdbafddaf1f6c533b46e2d167a44719c Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Tue, 5 Sep 2017 10:03:43 +0100 Subject: [PATCH] scripts: relnotes: Add reminder to fixup Changes section The Changes section, if left unedited, is pretty much just a copy of the shortlog. Add a reminder in the auto-generated text that this section should be edited down to a human readable overview. Fixes: #517 Signed-off-by: Graham Whaley --- scripts/release_notes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release_notes.sh b/scripts/release_notes.sh index 9ca32594..8bc19199 100755 --- a/scripts/release_notes.sh +++ b/scripts/release_notes.sh @@ -49,6 +49,7 @@ fi changes(){ echo "## Changes" + echo "**FIXME - massage this section by hand to produce a summary please**" git log --merges "$from_commit"..HEAD | awk '/Merge pull/{getline; getline;print }' | \ while read -r pr do