aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-10-02 17:40:06 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-10-05 08:00:10 +0000
commit67360a8cfff0e453a9b3dc003b50e87fde2ed5d0 (patch)
treedf70890de9a96d9ba48b1e3e83ad1ea8ff74959b /scripts/release
parent15e9a506118b4067655e5e7f72ff852be5b797ca (diff)
[release] Add new line between releases in the changelog
-- MOS_MIGRATED_REVID=104510412
Diffstat (limited to 'scripts/release')
-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}