elasticsearch/.backportrc.json
elasticsearchmachine 69bdf465b0 Bump to version 9.1.0
2025-01-30 16:55:46 +00:00

10 lines
No EOL
435 B
JSON

{
"upstream" : "elastic/elasticsearch",
"targetBranchChoices" : [ "main", "8.x", "9.0", "8.18", "8.17", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
"targetPRLabels" : [ "backport" ],
"branchLabelMapping" : {
"^v9.1.0$" : "main",
"^v8.19.0$" : "8.x",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
}
}