summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-09-08 18:48:22 -0500
committerTom Duffield <tom@chef.io>2017-09-08 18:48:22 -0500
commit95b70c872589e346ceea6ff21014ec98e28c62e0 (patch)
tree567e15963c29a1e60807f0dca58c43edaa4831ae
parent85aee950564df6d373c6f67beb0fe33dfab3f613 (diff)
downloadchef-tduffield/expeditor/fix-release-branch.tar.gz
Provide release_branch as an array instead of a hashtduffield/expeditor/fix-release-branch
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.expeditor/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 11454683a9..3997a6f328 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -30,10 +30,10 @@ github:
# (as determined by the value in the VERSION file) those branches are responsible
# for building.
release_branch:
- master:
- version_constraint: ~> 13.0
- chef-12:
- version_constraint: ~> 12.0
+ - master:
+ version_constraint: ~> 13.0
+ - chef-12:
+ version_constraint: ~> 12.0
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions: