Update release script
This commit is contained in:
parent
cf81f1c9f9
commit
be7873a688
1 changed files with 1 additions and 1 deletions
|
@ -193,4 +193,4 @@ if __name__ == '__main__':
|
||||||
print "Does this look correct? [y/n]"
|
print "Does this look correct? [y/n]"
|
||||||
choice = raw_input().lower()
|
choice = raw_input().lower()
|
||||||
if choice != "y":
|
if choice != "y":
|
||||||
run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d v%s" % (version, readable_version))
|
run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d %s" % (version, readable_version))
|
||||||
|
|
Loading…
Reference in a new issue