summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2018-01-30 10:43:46 -0600
committerTom Duffield <tom@chef.io>2018-01-30 10:43:46 -0600
commitb0bd4c30ecdfafbe9cf9f33f83b3cfbb40a0eefd (patch)
tree04fa1637b8a49963b63ad37f1d6f3bf8d8775a94
parentd94628d68580709a58fdb742e171ccca1b0fb2a4 (diff)
downloadohai-tduffield/expeditor/fix-config.tar.gz
Fix Expeditor config as to publish gems and manage changelogtduffield/expeditor/fix-config
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.expeditor/config.yml8
-rw-r--r--CHANGELOG.md8
2 files changed, 16 insertions, 0 deletions
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
+<!-- latest_release -->
+<!-- latest_release -->
+
+<!-- release_rollup -->
+<!-- release_rollup -->
+
+<!-- latest_stable_release -->
## [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`
+<!-- latest_stable_release -->
## [v13.7.0](https://github.com/chef/ohai/tree/v13.7.0) (2017-12-04)