From 4e86f594232027f7c3cd99185e85b178642bfcd2 Mon Sep 17 00:00:00 2001 From: uefibot Date: Thu, 21 Nov 2024 09:01:04 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- .github/release-draft-config-n-1.yml | 7 +++---- .github/release-draft-config-n.yml | 7 +++---- .github/workflows/release-draft.yml | 9 +++------ 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.github/release-draft-config-n-1.yml b/.github/release-draft-config-n-1.yml index 027e407687..fcf38acfbd 100644 --- a/.github/release-draft-config-n-1.yml +++ b/.github/release-draft-config-n-1.yml @@ -17,12 +17,11 @@ # For more information, see: # https://github.com/release-drafter/release-drafter -name-template: 'dev-v$RESOLVED_VERSION' -tag-template: 'dev-v$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION' +tag-template: 'v$RESOLVED_VERSION' -commitish: refs/heads/dev/202311 +commitish: refs/heads/release/202311 filter-by-commitish: true -include-labels: ["type:backport"] template: | # What's Changed diff --git a/.github/release-draft-config-n.yml b/.github/release-draft-config-n.yml index 1ea9bbae46..b4fd801fee 100644 --- a/.github/release-draft-config-n.yml +++ b/.github/release-draft-config-n.yml @@ -17,12 +17,11 @@ # For more information, see: # https://github.com/release-drafter/release-drafter -name-template: 'dev-v$RESOLVED_VERSION' -tag-template: 'dev-v$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION' +tag-template: 'v$RESOLVED_VERSION' -commitish: refs/heads/dev/202405 +commitish: refs/heads/release/202405 filter-by-commitish: true -include-labels: ["type:backport"] template: | # What's Changed diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index bc0278e967..dbe5cb9a8e 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -23,17 +23,14 @@ name: Update Release Draft on: push: branches: - - dev/202405 + - release/202405 jobs: - dev_draft: - name: Draft Releases + draft: permissions: contents: write pull-requests: write - # The "release_drafter_update_for_release_branches" branch is temporarily being used to test release - # drafter changes on that branch in Mu Basecore before merging them into the main branch. - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@release_drafter_update_for_release_branches + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.2.0 secrets: inherit