aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/release/release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release/release.sh b/scripts/release/release.sh
index 1333b18e4a..9b4e148384 100755
--- a/scripts/release/release.sh
+++ b/scripts/release/release.sh
@@ -112,6 +112,7 @@ ${relnotes}
EOF
if [ -f "${changelog_path}" ]; then
+ echo >>${tmpfile}
cat "${changelog_path}" >>${tmpfile}
fi
cat ${tmpfile} > ${changelog_path}