Skip to content

Commit 60479cc

Browse files
wtgodbecaptainsafia
authored andcommitted
Update branding to preview2 (#60057)
* Update branding to preview2 * Update resourceManagement.yml
1 parent 6b888b4 commit 60479cc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/policies/resourceManagement.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,19 @@ configuration:
377377
branch: main
378378
then:
379379
- addMilestone:
380-
milestone: 10.0-preview1
380+
milestone: 10.0-preview2
381381
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
382+
- if:
383+
- payloadType: Pull_Request
384+
- isAction:
385+
action: Closed
386+
- targetsBranch:
387+
branch: release/10.0-preview1
388+
then:
389+
- removeMilestone
390+
- addMilestone:
391+
milestone: 10.0-preview1
392+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
382393
- if:
383394
- payloadType: Issues
384395
- isAction:

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
-->
1919
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
2020
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
21-
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
22-
<PreReleaseBrandingLabel>Alpha $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
21+
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
22+
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
2323
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
2424
<IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
2525
<AspNetCoreMajorMinorVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion>

0 commit comments

Comments
 (0)