Skip to content

Commit 39e6111

Browse files
authored
.sync/version.njk: Update latest Mu branch to 202405 (#360)
Also updates references to 202302 throughout the repo to prevent the examples from getting too stale over time. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 9517bb6 commit 39e6111

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ReleaseDrafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
# config file name varies depending on the branch being built.
1111
#
1212
# 1. A "latest release branch"
13-
# - Example: `release/202311`
13+
# - Example: `release/202405`
1414
# - Config file: `release-draft-config-n.yml`
1515
# 2. A "previous release branch"
16-
# - Example: `release/202302`
16+
# - Example: `release/202311`
1717
# - Config file: `release-draft-config-n-1.yml`
1818
# 3. A "main branch"
1919
# - Example: `main`

.sync/Files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ group:
580580
581581
# Leaf Workflow - Release Draft
582582
# Note: This group has two files synced that allow separate configuration for
583-
# n (e.g. "release/202311") and n-1 (e.g. "release/202302") branches.
583+
# n (e.g. "release/202405") and n-1 (e.g. "release/202311") branches.
584584
- files:
585585
- source: .sync/workflows/leaf/release-draft.yml
586586
dest: .github/workflows/release-draft.yml

.sync/Version.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
{% set mu_devops = "v10.0.0" %}
3434

3535
{# The latest Project Mu release branch value. #}
36-
{% set latest_mu_release_branch = "release/202311" %}
37-
{% set previous_mu_release_branch = "release/202302" %}
36+
{% set latest_mu_release_branch = "release/202405" %}
37+
{% set previous_mu_release_branch = "release/202311" %}
3838

3939
{# The version of the ubuntu-22-build container to use. #}
4040
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1" %}

Scripts/TagGenerator/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ form such as PR links in tag notes.
1212
This script uses the `major.minor.patch` versioning scheme, but diverges from semantic
1313
versioning in some significant ways.
1414

15-
- `major version` - Indicates the EDKII release tag that the repo is compiled against, e.g. `202311`.
15+
- `major version` - Indicates the EDKII release tag that the repo is compiled against, e.g. `202405`.
1616
- `minor version` - Indicates the breaking change number since the last major version change.
1717
- `patch version` - Indicates the number of non-breaking changes since the last minor version.
1818

0 commit comments

Comments
 (0)