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:
parent
509d1404b0
commit
622ef4da75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user