diff options
author | Tom Duffield <tom@chef.io> | 2017-09-28 10:18:00 -0500 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-09-28 10:18:00 -0500 |
commit | 44e055bff4a2dc83a72a6c05eb71e9a7cd37c9e5 (patch) | |
tree | 548ce70aaae1c4c928b01891faec57d49e65a50f /.expeditor | |
parent | a79882fb5e15d8e42b970a64608fedc6c8bccb0b (diff) | |
download | chef-44e055bff4a2dc83a72a6c05eb71e9a7cd37c9e5.tar.gz |
[Expeditor] Use new glob-style version matchingtduffield/expeditor/13-glob-matching
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 4 |
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: |