2017-09-06 22:14:33 +00:00
|
|
|
# Documentation available at http://http://expeditor-docs.es.chef.io/
|
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
product_key: inspec
|
|
|
|
|
2017-08-18 17:21:32 +00:00
|
|
|
rubygems:
|
|
|
|
- inspec
|
|
|
|
|
2017-09-14 19:16:29 +00:00
|
|
|
docker:
|
|
|
|
build_args:
|
|
|
|
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
|
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
|
|
|
slack:
|
|
|
|
notify_channel: inspec-notify
|
|
|
|
|
|
|
|
github:
|
|
|
|
maintainer_group: chef/inspec-maintainers
|
2017-09-11 15:28:09 +00:00
|
|
|
minor_bump_labels:
|
|
|
|
- "Version: Bump Minor"
|
2017-07-24 16:11:25 +00:00
|
|
|
version_tag_format: v{{version}}
|
|
|
|
|
2017-08-15 21:32:14 +00:00
|
|
|
changelog:
|
|
|
|
categories:
|
|
|
|
- "Type: New Resource": "New Resources"
|
|
|
|
- "Type: New Feature": "New Features"
|
|
|
|
- "Type: Enhancement": "Enhancements"
|
|
|
|
- "Type: Bug": "Bug Fixes"
|
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
merge_actions:
|
2017-09-11 15:28:09 +00:00
|
|
|
- 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
|
2017-07-27 22:41:42 +00:00
|
|
|
|
|
|
|
artifact_actions:
|
2017-09-14 19:16:29 +00:00
|
|
|
promoted_to_unstable:
|
|
|
|
- built_in:build_docker_image
|
|
|
|
promoted_to_current:
|
|
|
|
- built_in:tag_docker_image
|
2017-07-27 22:41:42 +00:00
|
|
|
promoted_to_stable:
|
2017-08-17 14:53:39 +00:00
|
|
|
- built_in:publish_rubygems
|
|
|
|
- built_in:rollover_changelog
|
2017-09-11 15:28:09 +00:00
|
|
|
- built_in:create_github_release
|
2017-09-14 19:16:29 +00:00
|
|
|
- built_in:tag_docker_image
|
|
|
|
- bash:.expeditor/update_dockerfile.sh
|
2017-09-06 22:14:33 +00:00
|
|
|
- built_in:notify_chefio_slack_channels
|