summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-09-28 10:18:48 -0500
committerTom Duffield <tom@chef.io>2017-09-28 10:18:48 -0500
commitae3c3f198984c30d27c8b8e6eb58e08bfaea9bb9 (patch)
tree77e34d04b541185f0d47b2ab034ea6f96b9d6161
parent387d65d9b1dfe9822411384cb79fc5a3f3ec7efa (diff)
downloadchef-ae3c3f198984c30d27c8b8e6eb58e08bfaea9bb9.tar.gz
[Expeditor] Use new glob-style version matchingtduffield/expeditor/12-glob-matching
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.expeditor/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 0b88949797..21d8ca10e6 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -32,9 +32,9 @@ github:
# for building.
release_branch:
- master:
- version_constraint: ~> 13.0
+ version_constraint: 13.*
- chef-12:
- version_constraint: ~> 12.0
+ version_constraint: 12.*
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions: