summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-09-28 10:18:00 -0500
committerTom Duffield <tom@chef.io>2017-09-28 10:18:00 -0500
commit44e055bff4a2dc83a72a6c05eb71e9a7cd37c9e5 (patch)
tree548ce70aaae1c4c928b01891faec57d49e65a50f
parenta79882fb5e15d8e42b970a64608fedc6c8bccb0b (diff)
downloadchef-tduffield/expeditor/13-glob-matching.tar.gz
[Expeditor] Use new glob-style version matchingtduffield/expeditor/13-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 b80658a3ac..2487aa5bab 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -34,9 +34,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: