Merge pull request #12698 from hashicorp/ma/backport-1.12-info

Update branch list for 1.12, remove 1.8
This commit is contained in:
Mark Anderson 2022-04-06 19:58:55 -07:00 committed by GitHub
commit 1d66b118b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@ project "consul" {
repository = "consul" repository = "consul"
release_branches = [ release_branches = [
"main", "main",
"release/1.8.x",
"release/1.9.x", "release/1.9.x",
"release/1.10.x", "release/1.10.x",
"release/1.11.x" "release/1.11.x",
"release/1.12.x",
] ]
} }
} }
@ -227,4 +227,4 @@ event "promote-production-packaging" {
notification { notification {
on = "always" on = "always"
} }
} }