Skip to content

Commit

Permalink
add release/** wild card to ci.hcl (#1518)
Browse files Browse the repository at this point in the history
* add `release/**` wild card
- branches with a leading `release/` will be categorized as release branches

* change CRT messaging to be sent to feed-consul-k8s-ci
  • Loading branch information
wilkermichael authored Sep 20, 2022
1 parent a9eaaf4 commit 113a266
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ schema = "1"
project "consul-k8s" {
team = "consul-k8s"
slack {
notification_channel = "CBXF3CGAF" # team-consul-kubernetes
notification_channel = "C0421KHNAV9" # feed-consul-k8s-ci
}
github {
organization = "hashicorp"
repository = "consul-k8s"
release_branches = ["main"]
release_branches = [
"main",
"release/**",
]
}
}

Expand Down

0 comments on commit 113a266

Please sign in to comment.