-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rollover the changelog add a changelog note for unreleased changes remove labels we don't have cleanup deprecated config items Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,41 @@ | ||
# Documentation available at https://expeditor.chef.io/docs/getting-started/ | ||
--- | ||
# Slack channel in Chef Software slack to send notifications about build failures, etc | ||
slack: | ||
notify_channel: releng-notify | ||
|
||
# This publish is triggered by the `built_in:publish_rubygems` artifact_action. | ||
rubygems: | ||
- mixlib-install | ||
|
||
github: | ||
# This deletes the GitHub PR branch after successfully merged into the release branch | ||
delete_branch_on_merge: true | ||
version_tag_format: v{{version}} | ||
# The tag format to use (e.g. v1.0.0) | ||
version_tag_format: "v{{version}}" | ||
# allow bumping the minor release via label | ||
minor_bump_labels: | ||
- "Version: Bump Minor" | ||
- "Expeditor: Bump Minor Version" | ||
|
||
rubygems: | ||
- mixlib-install | ||
changelog: | ||
rollup_header: Changes not yet released to rubygems.org | ||
|
||
# These actions are taken, in order they are specified, anytime a Pull Request is merged. | ||
merge_actions: | ||
- built_in:bump_version: | ||
ignore_labels: | ||
- "Version: Skip Bump" | ||
- "Expeditor: Skip Version 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: Exclude From Changelog" | ||
- "Expeditor: Skip All" | ||
- built_in:build_gem: | ||
only_if: | ||
- built_in:bump_version | ||
only_if: built_in:bump_version | ||
|
||
promote: | ||
action: | ||
actions: | ||
- built_in:rollover_changelog | ||
- built_in:publish_rubygems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters