Skip to content

Commit

Permalink
Update Pre-Release Iteration and Resource Management Milestone (#12844)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafShi1 authored Jan 27, 2025
1 parent 9dd599d commit c4f23c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ configuration:
isRegex: False
then:
- addMilestone:
milestone: 10.0 Preview1
milestone: 10.0 Preview2
description: Apply milestone to PRs on the main branch
triggerOnOwnActions: true
- if:
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PatchVersion>0</PatchVersion>
<!-- version in our package name #.#.#-below.#####.## -->
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<PreReleaseVersionIteration>2</PreReleaseVersionIteration>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
Expand Down

0 comments on commit c4f23c3

Please sign in to comment.