From 5cd4613e04beda16faef8053105ffaa8da2d4b60 Mon Sep 17 00:00:00 2001 From: Johannes Demel Date: Sat, 9 May 2020 12:55:27 +0200 Subject: [PATCH] tools: Update tools/release.sh This commit updates the `release.sh` script that helps to get new VOLK releases out. --- tools/release.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index d405ba26e..9c04bc602 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -53,10 +53,8 @@ echo "${shortlog}" echo "${shortlog}" > ${deltafile} -read -q "editcl?Do you want to edit the Changelog addtions (${deltafile}) using ${EDITOR}? (y/n)" || echo "proceeding unedited" -if [ "${editcl}" = "y" ]; then - ${EDITOR} ${deltafile} -fi +${EDITOR} ${deltafile} + echo "\n$(cat ${deltafile})" >> ${changelog} echo "${releaseprefix}${version}" > ${lastreleasefile}