From a962c72b1509413c34c22ed219d3767f9e2e5f05 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:26:58 +0000 Subject: [PATCH 1/3] Initial plan From 49ec42a63bee69747d16f74bbfdd49c6aa8b479e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:39:48 +0000 Subject: [PATCH 2/3] Bump Aspire branding from 13.1 to 13.2 Update version and milestone references: - eng/Versions.props: MinorVersion 1 -> 2 - .github/policies/milestoneAssignment.prClosed.yml: milestone 13.1 -> 13.2 Note: Template files no longer contain version-specific configuration after the template simplification in commit 959aac9d5, so no template changes needed. Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> --- .github/policies/milestoneAssignment.prClosed.yml | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/policies/milestoneAssignment.prClosed.yml b/.github/policies/milestoneAssignment.prClosed.yml index 9214edd65e3..629de204b92 100644 --- a/.github/policies/milestoneAssignment.prClosed.yml +++ b/.github/policies/milestoneAssignment.prClosed.yml @@ -16,7 +16,7 @@ configuration: branch: main then: - addMilestone: - milestone: 13.1 + milestone: 13.2 description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch' - if: - payloadType: Pull_Request diff --git a/eng/Versions.props b/eng/Versions.props index 44f00da10f4..5e867f56f67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ 13 - 1 + 2 0 $(MajorVersion).$(MinorVersion).$(PatchVersion) preview.1 From ccb5d29e19e6d303f3a62ef43cd114a87bf70262 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:35:35 +0000 Subject: [PATCH 3/3] Update release branch milestone assignment policy for 13.1 Update the milestone assignment policy for the release branch: - Branch: release/9.4 -> release/13.1 - Milestone: 9.4.2 -> 13.1 This ensures PRs merged to the release/13.1 branch get the correct milestone assigned. Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> --- .github/policies/milestoneAssignment.prClosed.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/policies/milestoneAssignment.prClosed.yml b/.github/policies/milestoneAssignment.prClosed.yml index 629de204b92..421838d3a62 100644 --- a/.github/policies/milestoneAssignment.prClosed.yml +++ b/.github/policies/milestoneAssignment.prClosed.yml @@ -23,9 +23,9 @@ configuration: - isAction: action: Closed - targetsBranch: - branch: release/9.4 + branch: release/13.1 then: - removeMilestone - addMilestone: - milestone: 9.4.2 - description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.4 branch' + milestone: 13.1 + description: '[Milestone Assignments] Assign Milestone to PRs merged to release/13.1 branch'