aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-12-01 17:11:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2011-12-01 17:11:03 -0500
commit9d5c2363ccbdd0c8909f47fcf61cef647f302450 (patch)
tree9c3b227a3c2d2c47059b7fd78be67fd6c4215ca5 /release.py
parentbbe00513be4b20a82eb844dab52c15ca5e8e7113 (diff)
downloadexternal_python_setuptools-9d5c2363ccbdd0c8909f47fcf61cef647f302450.tar.gz
external_python_setuptools-9d5c2363ccbdd0c8909f47fcf61cef647f302450.tar.bz2
external_python_setuptools-9d5c2363ccbdd0c8909f47fcf61cef647f302450.zip
Updated release script to make sure bump happens in the right place
--HG-- branch : distribute extra : rebase_source : c43255ab2e3cba530aa8043fd3989aa8e21cd4a7
Diffstat (limited to 'release.py')
-rw-r--r--release.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release.py b/release.py
index f3000e0b..2aab1344 100644
--- a/release.py
+++ b/release.py
@@ -58,6 +58,9 @@ def do_release():
'upload', 'upload_docs'])
upload_bootstrap_script()
+ # update to the tip for the next operation
+ subprocess.check_call(['hg', 'update'])
+
# we just tagged the current version, bump for the next release.
bump_versions()
subprocess.check_call(['hg', 'ci', '-m',