Don't filter out blank lines from changelog text in the release emails any more.
- Legacy-Id: 6674
This commit is contained in:
parent
5067b6e51a
commit
d0fbb5e300
|
@ -162,7 +162,7 @@ DEV="$(printf %d.%02d-dev $MAJOR $NEXT)"
|
|||
|
||||
|
||||
note "Checking that changelog information is available"
|
||||
changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog | awk '{ if (line) print line ; line=$0 }' )
|
||||
changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog )
|
||||
[ "$changes" ] || die "No changelog information for $VER found"
|
||||
note "$changes"
|
||||
|
||||
|
|
Loading…
Reference in a new issue