Update release script
This commit is contained in:
@@ -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, version))
|
run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d v%s" % (version, readable_version))
|
||||||
|
|||||||
Reference in New Issue
Block a user