mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
pull branches from config
This commit is contained in:
parent
2b090d6014
commit
e97dcd9bcb
@ -31,6 +31,8 @@ def release(bench_path, app, bump_type, from_branch='develop', to_branch='master
|
|||||||
print('bench not configured to release')
|
print('bench not configured to release')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
branches_to_update.update(config.get('branches_to_update', branches_to_update))
|
||||||
|
|
||||||
validate(bench_path, config)
|
validate(bench_path, config)
|
||||||
|
|
||||||
bump(bench_path, app, bump_type, from_branch=from_branch, to_branch=to_branch, owner=owner,
|
bump(bench_path, app, bump_type, from_branch=from_branch, to_branch=to_branch, owner=owner,
|
||||||
|
Loading…
Reference in New Issue
Block a user