Skip to content

Commit ab475ec

Browse files
authored
.sync/Version.njk: Update latest Mu release branch to 202302 (#179)
Updates the `latest_mu_release_branch` value substituted into sync templates from `release/202208` to `release/202302`. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 2ca563b commit ab475ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/Files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ group:
510510
511511
# Leaf Workflow - Release Draft
512512
# Note: The default branch name used to draft releases on in this group is
513-
# the latest Mu release branch (e.g. "release/202208")
513+
# the latest Mu release branch (e.g. "release/202302")
514514
- files:
515515
- source: .sync/workflows/leaf/release-draft.yml
516516
dest: .github/workflows/release-draft.yml

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% set mu_devops = "v2.5.1" %}
3434

3535
{# The latest Project Mu release branch value. #}
36-
{% set latest_mu_release_branch = "release/202208" %}
36+
{% set latest_mu_release_branch = "release/202302" %}
3737

3838
{# The version of the fedora-37-build container to use. #}
3939
{% set linux_build_container = "ghcr.io/tianocore/containers/fedora-37-build:3b3eb8f" %}

0 commit comments

Comments
 (0)