mirror of
https://github.com/frappe/bench.git
synced 2025-02-07 21:28:30 +00:00
[fix]symentic versioning
This commit is contained in:
parent
361f0d2130
commit
03186a75ba
@ -47,11 +47,10 @@ def get_bummped_version(repo_path):
|
|||||||
v.major += 1
|
v.major += 1
|
||||||
v.minor = 0
|
v.minor = 0
|
||||||
v.patch = 0
|
v.patch = 0
|
||||||
v.prerelease = None
|
v.prerelease = ['staging']
|
||||||
|
|
||||||
return str(v)
|
return str(v)
|
||||||
|
|
||||||
|
|
||||||
def update_branch(repo_path, remote):
|
def update_branch(repo_path, remote):
|
||||||
from .release import update_branch
|
from .release import update_branch
|
||||||
update_branch(repo_path, 'develop', remote)
|
update_branch(repo_path, 'develop', remote)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user