From 2bb038c8b8d826f476b6f74867380c9a3a49810a Mon Sep 17 00:00:00 2001 From: tarek Date: Sun, 11 Oct 2009 11:30:06 +0200 Subject: added tagging --HG-- branch : distribute extra : rebase_source : a757058ecff1e3fbce98b32276a5075dc84b2157 --- release.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'release.sh') diff --git a/release.sh b/release.sh index 01c5daff..74be0965 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,10 @@ #!/bin/sh export VERSION="0.6.5" +# tagging +hg tag $VERSION +hg ci -m "bumped revision" + # creating the 3k script mkdir ./temp cp distribute_setup.py ./temp/distribute_setup.py @@ -21,3 +25,5 @@ python2.6 setup.py build_sphinx upload_docs scp distribute_setup.py ziade.org:nightly/build/ scp distribute_setup_3k.py ziade.org:nightly/build/ +# starting the new dev + -- cgit v1.2.3