From 81ea20bbb6e4da0a0f143b6d4160a391b89fb3fd Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 23 Apr 2019 11:57:44 -0700 Subject: Add back Ruby 2.4 support / update testing Add back Ruby 2.4 support Test on more versions in Appveyor Test on the latest ruby versions in Travis Add our full set of GitHub templates Enable issue locking Add a contributing file Signed-off-by: Tim Smith --- .expeditor/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/config.yml b/.expeditor/config.yml index e3dd427..4edf06f 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -15,7 +15,10 @@ github: version_tag_format: "v{{version}}" # allow bumping the minor release via label minor_bump_labels: - - "Expeditor: Bump Minor Version" + - "Expeditor: Bump Version Minor" + # allow bumping the major release via label + major_bump_labels: + - "Expeditor: Bump Version Major" changelog: rollup_header: Changes not yet released to rubygems.org @@ -30,7 +33,7 @@ merge_actions: only_if: built_in:bump_version - built_in:update_changelog: ignore_labels: - - "Expeditor: Exclude From Changelog" + - "Expeditor: Skip Changelog" - "Expeditor: Skip All" - built_in:build_gem: only_if: built_in:bump_version -- cgit v1.2.1