Update release script
o9000 mrovi9000@gmail.com
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
new-release.py
→
new-release.py
@@ -193,4 +193,4 @@ os.system("git log -p -1 --word-diff")
print "Does this look correct? [y/n]" choice = raw_input().lower() if choice != "y": - run("git reset HEAD~") + run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d v%s" % (version, version))