diff options
author | Tom Duffield <tom@chef.io> | 2018-01-30 10:43:46 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2018-01-30 10:43:46 -0600 |
commit | b0bd4c30ecdfafbe9cf9f33f83b3cfbb40a0eefd (patch) | |
tree | 04fa1637b8a49963b63ad37f1d6f3bf8d8775a94 /.expeditor | |
parent | d94628d68580709a58fdb742e171ccca1b0fb2a4 (diff) | |
download | ohai-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.yml | 8 |
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: |