summaryrefslogtreecommitdiff
path: root/.expeditor
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 /.expeditor
parentd94628d68580709a58fdb742e171ccca1b0fb2a4 (diff)
downloadohai-b0bd4c30ecdfafbe9cf9f33f83b3cfbb40a0eefd.tar.gz
Fix Expeditor config as to publish gems and manage changelogtduffield/expeditor/fix-config
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml8
1 files changed, 8 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: