File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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`
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" %}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ form such as PR links in tag notes.
1212This script uses the ` major.minor.patch ` versioning scheme, but diverges from semantic
1313versioning 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
You can’t perform that action at this time.
0 commit comments