From 0a0dcda79b7d261008e1e132347eb5f5b50b4b50 Mon Sep 17 00:00:00 2001 From: Rajat Dhasmana Date: Wed, 15 Sep 2021 12:47:28 -0400 Subject: [PATCH] Add section regarding releasing stable branches This patch adds a section with guidelines regarding releasing stable branches. Change-Id: Id8d86f78cb35c679df330b5132f7704cb87e07bb --- doc/source/stable-branches.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/source/stable-branches.rst b/doc/source/stable-branches.rst index bb527fe..5a23877 100644 --- a/doc/source/stable-branches.rst +++ b/doc/source/stable-branches.rst @@ -402,7 +402,7 @@ https://review.opendev.org/686292/ are not valid anymore in the target branch, then remove those lines. Change-Ids ----------- +~~~~~~~~~~ When cherry-picking a commit, keep the original :code:`Change-Id` and gerrit will show a separate review for the stable branch while still allowing you to use the Change-Id to see all the reviews associated with it. `See this change @@ -414,6 +414,22 @@ as an example.