forked from github/server
force tag update after release
This commit is contained in:
parent
418d6b1f6c
commit
bca987ee64
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ import sys
|
|||
|
||||
def new_version(ver):
|
||||
os.system("git tag -f v%s" % ver)
|
||||
os.system("git push --tags")
|
||||
os.system("git push --tags -f")
|
||||
|
||||
new_version(sys.argv[1])
|
||||
|
|
Loading…
Reference in a new issue