From b0bd4c30ecdfafbe9cf9f33f83b3cfbb40a0eefd Mon Sep 17 00:00:00 2001 From: Tom Duffield Date: Tue, 30 Jan 2018 10:43:46 -0600 Subject: Fix Expeditor config as to publish gems and manage changelog Signed-off-by: Tom Duffield --- .expeditor/config.yml | 8 ++++++++ CHANGELOG.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index c90f1365..c547e322 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -4,6 +4,9 @@ slack: notify_channel: chef-notify +rubygems: + - ohai + github: # The tag format to use (e.g. v1.0.0) version_tag_format: "v{{version}}" @@ -20,6 +23,11 @@ github: - 8-stable: version_constraint: 8.* +promote: + action: + - built_in:publish_rubygems + - built_in:rollover_changelog + # These actions are taken, in order they are specified, anytime a Pull Request is merged. merge_actions: - built_in:bump_version: diff --git a/CHANGELOG.md b/CHANGELOG.md index 42623b3c..99135448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log + + + + + + + ## [v13.7.1](https://github.com/chef/ohai/tree/v13.7.1) (2018-01-10) [Full Changelog](https://github.com/chef/ohai/compare/v13.7.0...v13.7.1) @@ -7,6 +14,7 @@ - Fix docker detection when running on new Docker for mac releases - [linux/network] Tunnel information - Add a plugin to provide PCI bus information using `lspci` + ## [v13.7.0](https://github.com/chef/ohai/tree/v13.7.0) (2017-12-04) -- cgit v1.2.1