Skip to content

Commit

Permalink
ci: add release notifier to pipeline
Browse files Browse the repository at this point in the history
Configured a Slack message to be sent to Team SRE Foundations when a new
release is ready to be published. (Effectively, after every merge into
`origin/main`.)

This notifier was added to ensure dependency upgrades are actually
released, not just merged and forgotten/unreleased.
  • Loading branch information
ctgardner committed Jun 27, 2024
1 parent 4b17c1b commit 5d53548
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ steps:
- cultureamp/aws-sm#v2.2.0:
env:
GITHUB_TOKEN: /cfparams/GITHUB_TOKEN

notify:
- slack:
channels:
- "#team_sre_foundations_alerts"
message: ":fyii: <!subteam^S03CQLT3G2J>: A new version of CFParams is ready to be released :shipit:"
if: 'build.branch == "main" && build.state == "blocked"'

0 comments on commit 5d53548

Please sign in to comment.