Update release script
This commit is contained in:
@@ -193,4 +193,4 @@ if __name__ == '__main__':
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user