From c3330d7909f46639ef5107e70ed0c6685b4409bd Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Mon, 27 Oct 2025 08:50:23 -0700 Subject: [PATCH 1/2] Add internal/release to official branch prefixes --- eng/pipelines/variables/core-official.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/pipelines/variables/core-official.yml b/eng/pipelines/variables/core-official.yml index 526c00af4d..1f8a3018c9 100644 --- a/eng/pipelines/variables/core-official.yml +++ b/eng/pipelines/variables/core-official.yml @@ -9,5 +9,8 @@ variables: - name: manifest value: manifest.json +- name: officialBranchPrefixes + value: internal/release + - name: publishEolAnnotations value: true From 046103aa74fa14fbf8a93e070d05098e93ac8c29 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Mon, 27 Oct 2025 08:58:47 -0700 Subject: [PATCH 2/2] Add trailing slash to branch prefix Co-authored-by: Matt Thalman --- eng/pipelines/variables/core-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/variables/core-official.yml b/eng/pipelines/variables/core-official.yml index 1f8a3018c9..431affa59b 100644 --- a/eng/pipelines/variables/core-official.yml +++ b/eng/pipelines/variables/core-official.yml @@ -10,7 +10,7 @@ variables: value: manifest.json - name: officialBranchPrefixes - value: internal/release + value: internal/release/ - name: publishEolAnnotations value: true