Skip to content

Commit d0fbb5e

Browse files
committed
Don't filter out blank lines from changelog text in the release emails any more.
- Legacy-Id: 6674
1 parent 5067b6e commit d0fbb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ DEV="$(printf %d.%02d-dev $MAJOR $NEXT)"
162162

163163

164164
note "Checking that changelog information is available"
165-
changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog | awk '{ if (line) print line ; line=$0 }' )
165+
changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog )
166166
[ "$changes" ] || die "No changelog information for $VER found"
167167
note "$changes"
168168

0 commit comments

Comments
 (0)