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:
parent
2b090d6014
commit
e97dcd9bcb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user