Skip to content

Commit

Permalink
Repo File Sync: synced file(s) with microsoft/mu_devops
Browse files Browse the repository at this point in the history
Signed-off-by: Project Mu UEFI Bot <[email protected]>
  • Loading branch information
uefibot committed Nov 23, 2024
1 parent 206b001 commit bcef6bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
7 changes: 3 additions & 4 deletions .github/release-draft-config-n-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions .github/release-draft-config-n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
secrets: inherit

0 comments on commit bcef6bc

Please sign in to comment.