forked from github/server
change the release naming scheme
This commit is contained in:
parent
c704cd5784
commit
864454877e
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ def new_version(ver):
|
|||
file.close()
|
||||
os.system("git add src/buildno.h")
|
||||
os.system("git commit -m 'release version %s'" % ver)
|
||||
os.system("git tag -f version-%s" % ver)
|
||||
os.system("git tag -f v%s" % ver)
|
||||
|
||||
new_version(sys.argv[1])
|
||||
|
|
Loading…
Reference in a new issue