Skip to content

Commit 960f5c0

Browse files
authored
Repo File Sync: Synced file(s) with microsoft/mu_devops (#52)
Synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#3605915352](https://github.com/microsoft/mu_devops/actions/runs/3605915352) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent 43c771d commit 960f5c0

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This workflow automatically drafts new project releases so it is obvious
2+
# what a current release will look like at any time.
3+
#
4+
# It takes advantage of the labels used in Project Mu to automatically categorize
5+
# the types of changes in a given release. In addition, the semantic version of
6+
# the code is constantly maintained based on Project Mu label conventions to ensure
7+
# semantic versioning is followed and a release version is always ready.
8+
#
9+
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
10+
# instead of the file in this repo.
11+
#
12+
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
13+
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
14+
#
15+
# Copyright (c) Microsoft Corporation.
16+
# SPDX-License-Identifier: BSD-2-Clause-Patent
17+
#
18+
# For more information, see:
19+
# https://github.com/release-drafter/release-drafter
20+
21+
name: Update Release Draft
22+
23+
on:
24+
push:
25+
branches:
26+
- main
27+
28+
jobs:
29+
draft:
30+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@main

0 commit comments

Comments
 (0)