mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
b09d572624
* Publish rubygem via expeditor When InSpec is promoted to the `stable` channel, Expeditor will take care of the gem publishing! Signed-off-by: Adam Leff <adam@leff.co>
38 lines
985 B
YAML
38 lines
985 B
YAML
product_key: inspec
|
|
|
|
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
|
slack:
|
|
notify_channel: inspec-notify
|
|
|
|
github:
|
|
maintainer_group: chef/inspec-maintainers
|
|
version_tag_format: v{{version}}
|
|
|
|
changelog:
|
|
categories:
|
|
- "Type: New Resource": "New Resources"
|
|
- "Type: New Feature": "New Features"
|
|
- "Type: Enhancement": "Enhancements"
|
|
- "Type: Bug": "Bug Fixes"
|
|
|
|
merge_actions:
|
|
built_in:bump_version:
|
|
ignore_labels:
|
|
- "Version: Skip Bump"
|
|
- "Expeditor: Skip All"
|
|
bash:.expeditor/update_version.sh:
|
|
only_if: built_in:bump_version
|
|
built_in:update_changelog:
|
|
ignore_labels:
|
|
- "Changelog: Skip Update"
|
|
- "Expeditor: Skip All"
|
|
built_in:trigger_omnibus_release_build:
|
|
ignore_labels:
|
|
- "Omnibus: Skip Build"
|
|
- "Expeditor: Skip All"
|
|
only_if: built_in:bump_version
|
|
|
|
artifact_actions:
|
|
promoted_to_stable:
|
|
- built_in:publish_rubygems
|
|
- built_in:rollover_changelog
|