2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-29 07:19:05 +00:00

[fix]symentic versioning

This commit is contained in:
Saurabh 2018-07-19 13:18:23 +05:30
parent 361f0d2130
commit 03186a75ba

View File

@ -47,11 +47,10 @@ def get_bummped_version(repo_path):
v.major += 1
v.minor = 0
v.patch = 0
v.prerelease = None
v.prerelease = ['staging']
return str(v)
def update_branch(repo_path, remote):
from .release import update_branch
update_branch(repo_path, 'develop', remote)