From 649329d04d3625a89eb39ea3539ef9df962bd4e0 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 21 May 2026 09:20:44 -0700 Subject: [PATCH] Update release PR template Signed-off-by: David Gardner --- ci/release/pr_code_freeze_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/release/pr_code_freeze_template.md b/ci/release/pr_code_freeze_template.md index fb01886d0a..da92cd11be 100644 --- a/ci/release/pr_code_freeze_template.md +++ b/ci/release/pr_code_freeze_template.md @@ -15,12 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> -## :snowflake: Code freeze for `${SOURCE_BRANCH}` and `v${RELEASE_VERSION}` release +## :snowflake: Code freeze for `${RELEASE_BRANCH}` and `v${RELEASE_VERSION}` release ### What does this mean? -Only critical/hotfix level issues should be merged into `${SOURCE_BRANCH}` until release (merging of this PR). +Only critical/hotfix level issues should be merged into `${RELEASE_BRANCH}` until release (merging of this PR). ### What is the purpose of this PR? - Update documentation - Allow testing for the new release -- Enable a means to merge `${SOURCE_BRANCH}` into `main` for the release +- Enable a means to merge `${RELEASE_BRANCH}` into `main` for the release