2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

pull branches from config

This commit is contained in:
Saurabh 2018-07-03 17:21:03 +05:30
parent 2b090d6014
commit e97dcd9bcb

View File

@ -31,6 +31,8 @@ def release(bench_path, app, bump_type, from_branch='develop', to_branch='master
print('bench not configured to release')
sys.exit(1)
branches_to_update.update(config.get('branches_to_update', branches_to_update))
validate(bench_path, config)
bump(bench_path, app, bump_type, from_branch=from_branch, to_branch=to_branch, owner=owner,