2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +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

@ -30,6 +30,8 @@ def release(bench_path, app, bump_type, from_branch='develop', to_branch='master
if not config.get('release_bench'):
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)