Bug 1481240 - Let mozharness/configs/merge_day/bump_esr.py bump esr60 (instead of esr52) r=tomprince

Let mozharness/configs/merge_day/bump_esr.py bump esr60 (instead of esr52)

Differential Revision: https://phabricator.services.mozilla.com/D2787

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Johan Lorenzo 2018-08-07 15:07:11 +00:00
parent b1b920e62f
commit 6f0f3e1d46

View File

@ -11,7 +11,7 @@ config = {
],
"tools_repo_url": "https://hg.mozilla.org/build/tools",
"tools_repo_branch": "default",
"to_repo_url": "https://hg.mozilla.org/releases/mozilla-esr52",
"to_repo_url": "https://hg.mozilla.org/releases/mozilla-esr60",
"migration_behavior": "bump_second_digit",
"require_remove_locales": False,