mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 19:43:01 +00:00
set patch version to 0 on release
This commit is contained in:
@@ -133,6 +133,7 @@ def untag(vs, push=False):
|
|||||||
v2 = parse_vs(vs)
|
v2 = parse_vs(vs)
|
||||||
v2.append('dev')
|
v2.append('dev')
|
||||||
v2[1] += 1
|
v2[1] += 1
|
||||||
|
v2[2] = 0
|
||||||
vs2 = unparse_vs(v2)
|
vs2 = unparse_vs(v2)
|
||||||
patch_version(vs2, repo_root)
|
patch_version(vs2, repo_root)
|
||||||
with cd(repo_root):
|
with cd(repo_root):
|
||||||
|
Reference in New Issue
Block a user