diff options
-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 2d086d5..0f5d2d1 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -16,7 +16,7 @@ github: version_tag_format: "v{{version}}" # allow bumping the minor release via label minor_bump_labels: - - "Expeditor: Bump Minor Version" + - "Expeditor: Bump Version Minor" changelog: rollup_header: Changes not yet released to rubygems.org @@ -31,7 +31,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 |