Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
scripts: relnotes: Add reminder to fixup Changes section
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Graham Whaley committed Sep 5, 2017
1 parent b37a883 commit ce50ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce50ee1

Please sign in to comment.