summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-09-08 18:48:22 -0500
committerBryan McLellan <btm@loftninjas.org>2017-09-12 09:51:14 -0400
commit863e9bf7b7c61d4c2b3de71fbb33892b51316e1c (patch)
tree76a2aa72c8ae8e5c8483055082fb41bb1c70264d
parent0764bf5de8f21de13fb8e25373af5667b7c22771 (diff)
downloadchef-863e9bf7b7c61d4c2b3de71fbb33892b51316e1c.tar.gz
Provide release_branch as an array instead of a hash
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: