From 67360a8cfff0e453a9b3dc003b50e87fde2ed5d0 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Fri, 2 Oct 2015 17:40:06 +0000 Subject: [release] Add new line between releases in the changelog -- MOS_MIGRATED_REVID=104510412 --- scripts/release/release.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/release') 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} -- cgit v1.2.3