diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-09 16:34:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-09 16:34:59 +0000 |
| commit | fce4af19722cb9c4f4a9c0f9b07fd4988f8b53a6 (patch) | |
| tree | c7cc81560d75e2c90b835473b47f7d8d274e1884 /release | |
| parent | 55f910e620f95a6e51a9dcc7229a1ba022d32d42 (diff) | |
Don't build on release; fix bug.
Diffstat (limited to 'release')
| -rwxr-xr-x | release | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -42,8 +42,6 @@ new_version = version.rewrite_wscript(m) version.append_to_changelog(new_version) command("./waf clean") -command("./waf configure") -command("./waf") command("./waf dist") check_diff_with_user() @@ -51,7 +49,7 @@ check_diff_with_user() command("git commit -a -m \"Bump version\"") command("git tag -m \"v%s\" v%s" % (new_version, new_version)) -if args.release: +if args.full: version.rewrite_wscript(version.Version.bump_and_to_pre) check_diff_with_user() command("git commit -a -m \"Bump version\"") |
