From a6319a7554bbf355a31da3c3185102541ecd634f Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 30 Jun 2021 18:40:26 +0100 Subject: [PATCH] chore(NA): adds 7.14 branch and bumps 7.x on backportrc (#103914) --- .backportrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 59a101195bef7..f9d0f001c35f6 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -3,6 +3,7 @@ "targetBranchChoices": [ { "name": "master", "checked": true }, { "name": "7.x", "checked": true }, + "7.14", "7.13", "7.12", "7.11", @@ -31,7 +32,7 @@ "targetPRLabels": ["backport"], "branchLabelMapping": { "^v8.0.0$": "master", - "^v7.14.0$": "7.x", + "^v7.15.0$": "7.x", "^v(\\d+).(\\d+).\\d+$": "$1.$2" }, "autoMerge": true,