You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go through each folder in release-notes/10.0/preview7 and one at a time i want you do to the following:
4
-
5
-
1. create a new branch names **dotnet10-p7-{name}** where {name} is the name of the file without the extension.
6
-
2. modify the file in some simple way by adding a new line at the end of the file with the text "Something about the feature" in it.
7
-
3. commit the change with the message "Update {name} for preview 7" where {name} is the name of the file without the extension.
8
-
4. push the branch to the remote repository.
9
-
5. create a pull request with the title "Update {name} for preview 7" and the body "Please update the release notes here as needed for Preview 7.\n\n/cc @{reviewer}" where {name} is the name of the file without the extension and {reviewer} is assigned based on the assignment table below.
10
-
6. go back to the dotnet10-p7 branch and repeat the process for the next file.
11
-
12
-
## Assignment Table (based on Preview 6 patterns)
13
-
14
-
| File | Assignee(s) | Based on Preview 6 PR |
15
-
|------|-------------|----------------------|
16
-
| aspnetcore.md |@danroth27|#9953|
17
-
| containers.md |@lbussell|#9942|
18
-
| csharp.md |@BillWagner|#9943|
19
-
| dotnetmaui.md |@davidortinau|#10013|
20
-
| efcore.md |@roji|#9945|
21
-
| fsharp.md |@T-Gro|#9946|
22
-
| libraries.md |@richlander@tarekgh|#9952|
23
-
| runtime.md |@ericstj@kunalspathak|#9951|
24
-
| sdk.md |@baronfel@mariam-abdulla@nohwnd|#9949|
25
-
| visualbasic.md |@BillWagner|#9950|
26
-
| winforms.md |@merriemcgaw|#9947|
27
-
| wpf.md |@harshit7962|#9948|
28
-
29
-
Here are the files you need to do this one at a time for:
1
+
# Create PRs for .NET 10 RC 1
2
+
3
+
Use this workflow to create one PR per release-notes file for .NET 10 RC 1.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ Welcome to the home of .NET [release notes](./release-notes/README.md) and [news
8
8
9
9
| Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support |
10
10
| :-- | :-- | :-- | :-- | :-- | :-- |
11
-
|[.NET 10.0](release-notes/10.0/README.md)| November 11, 2025 |[LTS][policies]| Preview |[10.0.0-preview.7][10.0.0-preview.7]| TBD |
11
+
|[.NET 10.0](release-notes/10.0/README.md)| November 11, 2025 |[LTS][policies]| Preview |[10.0.0-rc.1][10.0.0-rc.1]| TBD |
12
12
|[.NET 9.0](release-notes/9.0/README.md)|[November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/)|[STS][policies]| Active |[9.0.8][9.0.8]| May 12, 2026 |
13
13
|[.NET 8.0](release-notes/8.0/README.md)|[November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/)|[LTS][policies]| Active |[8.0.19][8.0.19]| November 10, 2026 |
Copy file name to clipboardExpand all lines: release-notes/10.0/install-linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,14 @@ You can install .NET with a binary archive. This option is required if you want
30
30
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
Copy file name to clipboardExpand all lines: release-notes/10.0/install-macos.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ You can install .NET with a binary archive. This option is required if you want
34
34
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
Copy file name to clipboardExpand all lines: release-notes/10.0/install-windows.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,13 @@ You can install .NET with a binary archive. This option is required if you want
50
50
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.
0 commit comments