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