Skip to content

Commit

Permalink
tools: Update tools/release.sh
Browse files Browse the repository at this point in the history
This commit updates the `release.sh` script that helps to get new VOLK
releases out.
  • Loading branch information
jdemel committed May 9, 2020
1 parent 6acb788 commit 5cd4613
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 5cd4613

Please sign in to comment.