From 4174b17b639d0a1d4965bb4de01c6fd819959b1c Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 1 May 2019 12:30:02 -0700 Subject: [PATCH] update backport versions to add 6.8 and 7.1 (#35888) --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 8bd3885a01aec..7658c6ac39734 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,5 +1,5 @@ { "upstream": "elastic/kibana", - "branches": [{ "name": "7.x", "checked": true }, "7.0", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"], + "branches": [{ "name": "7.x", "checked": true }, "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"], "labels": ["backport"] }