From 450c83fde7c167ec2b68d50d6b910dda5acacf18 Mon Sep 17 00:00:00 2001 From: Giannicola Olivadoti Date: Thu, 16 Jan 2025 12:16:25 +0100 Subject: [PATCH] Add step to update Renovate config to release docs --- .backportrc.json | 3 +-- docs/RELEASING.md | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index f20034bca..32140b880 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -3,8 +3,7 @@ { "name": "main", "checked": true }, "8.x", "8.17", - "8.16", - "8.15" + "8.16" ], "fork": false, "targetPRLabels": ["backport"], diff --git a/docs/RELEASING.md b/docs/RELEASING.md index f7c3aa7fc..f4b048c43 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -11,7 +11,8 @@ Take care of the branching (minor releases only): - Increment the VERSION on main to match the next minor release - Create a new maintenance branch -- Make sure the `.backportrc.json` is updated. The previous minor is added to `targetBranchChoices` and the new minor is used in `branchLabelMapping` +- Make sure `.backportrc.json` is updated: the previous minor is added to `targetBranchChoices` and the new minor is used in `branchLabelMapping` +- Make sure `renovate.json` is updated: the previous minor is added to `labels` (for example, `v8.18`). [Create that label](https://github.com/elastic/connectors/labels) if it doesn't exist yet ## Unified release, (>= 8.16)