mirror of https://github.com/status-im/consul.git
Update branch list
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
9e986c62e4
commit
26b554cd04
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue