From 622ef4da757ca8be95ca22939929aa673d066660 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Fri, 20 Mar 2015 13:05:00 +0100 Subject: [PATCH] release.sh: don't remove temporary files at the end Signed-off-by: Nicolas Sebrecht --- contrib/release.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/release.sh b/contrib/release.sh index be53792..af098cd 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -373,11 +373,6 @@ function edit_announce () { } -function clear_env () { - rm -f "$TMP_CHANGELOG_EXCERPT" -} - - function run () { debug 'in run' @@ -412,7 +407,6 @@ function run () { git_release $new_version update_website $new_version - clear_env } run