Browse Source

Update branch list

Signed-off-by: Mark Anderson <manderson@hashicorp.com>
pull/12698/head
Mark Anderson 3 years ago
parent
commit
26b554cd04
  1. 4
      .release/ci.hcl

4
.release/ci.hcl

@ -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",
] ]
} }
} }

Loading…
Cancel
Save