From 37f5920be3371116f4d8327a606dd4189f6842cd Mon Sep 17 00:00:00 2001 From: Jared Quick Date: Thu, 15 Feb 2018 14:50:24 -0500 Subject: [PATCH] Add 1.x and 2.x release branches (#2651) * Add 1.x and 2.x release branches Signed-off-by: Jared Quick --- .expeditor/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 9288e91e3..b1a3fa74b 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -22,6 +22,11 @@ github: minor_bump_labels: - "Version: Bump Minor" version_tag_format: v{{version}} + release_branch: + - master: + version_constraint: 2.* + - 1-stable: + version_constraint: 1.* changelog: categories: