diff options
author | Tom Duffield <tom@chef.io> | 2017-09-08 18:48:22 -0500 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-09-12 09:51:14 -0400 |
commit | 863e9bf7b7c61d4c2b3de71fbb33892b51316e1c (patch) | |
tree | 76a2aa72c8ae8e5c8483055082fb41bb1c70264d /.expeditor | |
parent | 0764bf5de8f21de13fb8e25373af5667b7c22771 (diff) | |
download | chef-863e9bf7b7c61d4c2b3de71fbb33892b51316e1c.tar.gz |
Provide release_branch as an array instead of a hash
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 8 |
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: |