From 1f15235076cf2d3e288c63e4237224a3a3673c7c Mon Sep 17 00:00:00 2001 From: Sean Arnold Date: Wed, 6 Apr 2022 15:09:42 +1000 Subject: [PATCH] Add note about waiting for stable branch --- general/security/developer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/security/developer.md b/general/security/developer.md index d3306216..b108e805 100644 --- a/general/security/developer.md +++ b/general/security/developer.md @@ -182,6 +182,8 @@ your security fix. For example if the work is being done to release 13.4 version, then the backports should target: `13-4-stable-ee`, `13-3-stable-ee` and `13-2-stable-ee`. +If the stable branch for the current release has not been created yet you will need to wait until [this is created](../release-candidates.md#release-candidates-creation) and then create the appropriate backport MR. + With the backports, the total number of merge requests created for a single security fix is 4. Follow the guidelines in the [Security Merge Requests](#security-merge-requests) to make sure -- GitLab