From 44e055bff4a2dc83a72a6c05eb71e9a7cd37c9e5 Mon Sep 17 00:00:00 2001 From: Tom Duffield Date: Thu, 28 Sep 2017 10:18:00 -0500 Subject: [Expeditor] Use new glob-style version matching Signed-off-by: Tom Duffield --- .expeditor/config.yml | 4 ++-- 1 file 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: -- cgit v1.2.1