From b952852d87def6eb48233c7d5c9d03dcc7949b87 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 4 May 2009 16:50:31 +0100 Subject: [PATCH] Ask for confirmation before restarting the publishing process --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index 8f2b448..85c40d7 100644 --- a/release.py +++ b/release.py @@ -475,7 +475,7 @@ def do_release(local_iface, options): export_changelog(previous_release) if status.tagged: - print "Already tagged, so resuming the publishing process..." + raw_input('Already tagged. Press Return to resume publishing process...') choice = 'Publish' else: print "\nCandidate release archive:", archive_file -- 2.11.4.GIT