release.sh: don't remove temporary files at the end

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-03-20 13:05:00 +01:00
parent 509d1404b0
commit 622ef4da75

View File

@ -373,11 +373,6 @@ function edit_announce () {
} }
function clear_env () {
rm -f "$TMP_CHANGELOG_EXCERPT"
}
function run () { function run () {
debug 'in run' debug 'in run'
@ -412,7 +407,6 @@ function run () {
git_release $new_version git_release $new_version
update_website $new_version update_website $new_version
clear_env
} }
run run