Bump Aspire branding from 13.1 to 13.2#13474
Conversation
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 959aac9, so no template changes needed. Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
|
@copilot as part of these changes, can we also update the policy for merges happening on the release branch to make sure they get assigned the 13.1 milestone? Looks like that hasn't been updated since 9.4, but is very important as well. Policy is also located in the file where you updated the milestone assignement for PRs in main and looks like: - if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/9.4
then:
- removeMilestone
- addMilestone:
milestone: 9.4.2
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.4 branch'Let's update that to listen for merges in branch release/13.1 instead, and to add the 13.1 milestone |
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13474Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13474" |
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>
There was a problem hiding this comment.
Pull request overview
This PR updates Aspire's version branding from 13.1 to 13.2 for the next release cycle. The changes are minimal and focused, affecting only the core version properties and milestone assignment configuration.
Key Changes:
- Increments minor version from 1 to 2 in version properties
- Updates automated milestone assignment to use 13.2 for merged PRs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates MinorVersion property from 1 to 2, establishing 13.2.0-preview.1 as the new version |
| .github/policies/milestoneAssignment.prClosed.yml | Updates milestone assignment for PRs merged to main branch from 13.1 to 13.2 |
Review Summary: The changes are correct and complete. This PR properly updates the Aspire version branding following the established pattern. Template files do not require updates as they were simplified in a previous commit to work across all versions. No issues identified.
Updated in commit ccb5d29. The release branch milestone assignment policy now targets |
Description
Updates Aspire version branding from 13.1 to 13.2 for the next release cycle.
Changes
MinorVersion1 → 2release/9.4→release/13.1with milestone13.1Template files unchanged—they were simplified in commit 959aac9 to work across all versions without version-specific configuration.
Checklist
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.