Skip to content

Conversation

@JoeRobich
Copy link
Member

  • Removes PR IDs from PR titles as they will be converted into links for this repo even though they may be from other repos.
  • Updates version numbers for releases

PR Ids will be converted as links to PRs in this repo even though they may be from other repos.
@JoeRobich JoeRobich requested a review from a team as a code owner March 15, 2025 02:45
@JoeRobich JoeRobich merged commit b518b53 into main Mar 15, 2025
24 checks passed
@JoeRobich JoeRobich deleted the dev/jorobich/fixup-changelog branch March 15, 2025 04:52
JoeRobich added a commit to dotnet/roslyn-tools that referenced this pull request Mar 15, 2025
Noticed that we were not removing PR numbers when [fixing up the C# ext.
CHANGELOG](dotnet/vscode-csharp#8071). Leaving
the PR number in allows GH to turn it into a link when the number is in
the range to be valid.

BEFORE:

* React to NuGet package pruning warnings (#11496) (PR:
[#11496](dotnet/razor#11496))
* Add a couple of "stress tests" to the integration test project
(#11481) (PR: [#11481](dotnet/razor#11481))
* Fix a couple of options in the old options screen (#11486) (PR:
[#11486](dotnet/razor#11486))
* Don't use Directory.Exists to check if a path is relative (#11483)
(PR: [#11483](dotnet/razor#11483))
* Fix another IDE0040 violation (#11474) (PR:
[#11474](dotnet/razor#11474))
* Remove accessibility modifiers from interface members (#11472) (PR:
[#11472](dotnet/razor#11472))

AFTER:

* React to NuGet package pruning warnings (PR:
[#11496](dotnet/razor#11496))
* Add a couple of "stress tests" to the integration test project (PR:
[#11481](dotnet/razor#11481))
* Fix a couple of options in the old options screen (PR:
[#11486](dotnet/razor#11486))
* Don't use Directory.Exists to check if a path is relative (PR:
[#11483](dotnet/razor#11483))
* Fix another IDE0040 violation (PR:
[#11474](dotnet/razor#11474))
* Remove accessibility modifiers from interface members (PR:
[#11472](dotnet/razor#11472))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants