Skip to content

Commit

Permalink
Merge pull request #249 from chef/shain/add_expeditor_promote
Browse files Browse the repository at this point in the history
Update expeditor config to allow gem builds
  • Loading branch information
scotthain authored Feb 1, 2018
2 parents 9934fd7 + 2e98e0e commit ccebc3c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ slack:
notify_channel: jex-notify

github:
maintainer_group: chef/package-distribution-maintainers
maintainer_group: chef/jex-team
version_tag_format: v{{version}}
minor_bump_labels:
- "Version: Bump Minor"

rubygems:
- mixlib-install

merge_actions:
- built_in:bump_version:
ignore_labels:
Expand All @@ -18,3 +21,10 @@ merge_actions:
ignore_labels:
- "Changelog: Skip Update"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if:
- built_in:bump_version

promote:
action:
- built_in:publish_rubygems

0 comments on commit ccebc3c

Please sign in to comment.