release: update notification slack channel (#10213) (#10214)

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Vault Automation 2025-10-17 16:31:39 -04:00 committed by GitHub
parent 378e96f010
commit 5091c88bb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ schema = "2"
project "vault" { project "vault" {
team = "vault" team = "vault"
slack { slack {
notification_channel = "C03RXFX5M4L" // #feed-vault-releases notification_channel = "C09LD1XT5MX" // #feed-vault-releases
} }
github { github {
organization = "hashicorp" organization = "hashicorp"
@ -63,8 +63,8 @@ event "enos-release-testing-oss" {
## after the verify event stanza. ## after the verify event stanza.
event "trigger-staging" { event "trigger-staging" {
// This event is dispatched by the bob trigger-promotion command // This event is dispatched by the bob trigger-promotion command
// and is required - do not delete. // and is required - do not delete.
} }
event "promote-staging" { event "promote-staging" {
@ -82,8 +82,8 @@ event "promote-staging" {
} }
event "trigger-production" { event "trigger-production" {
// This event is dispatched by the bob trigger-promotion command // This event is dispatched by the bob trigger-promotion command
// and is required - do not delete. // and is required - do not delete.
} }
event "promote-production" { event "promote-production" {