From 442512fbb925d4faefe5f44bbe8d7346e976bade Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Thu, 24 Jul 2025 16:44:01 +0100 Subject: [PATCH] [DOCS] Small extra note on release process Signed-off-by: Bryan Boreham --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index a7032bd95e..29c65c25ab 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -127,6 +127,9 @@ Then bump the UI module version: make ui-bump-version ``` +All of the above goes to make a PR, which you should create targeting the `release-x.y` branch, then wait for CI to complete and get an approval. +Once the PR is ready, merge it into the release branch and pull it down to your work area. Then you are ready for the next step: + ### 2. Draft the new release Tag the new release via the following commands: