-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
Describe the issue or suggestion
The landing page at https://learn.microsoft.com/en-us/dotnet/whats-new/ has been restructured — it no longer links to monthly documentation update articles and only shows release-based "What's New" content (.NET 11, .NET 10, etc.).
The "Generate what's new article" GitHub Actions workflow, which was responsible for creating a PR on the first of every month, also appears to have been removed from the repository.
However, the README.md still references this workflow:
Generate what's new article: Creates a PR to generate the "What's new" article on the first of every month.
Why this matters
These monthly articles were a valuable resource for .NET developers who wanted to stay informed about documentation changes without tracking every individual commit. They provided:
- A concise monthly summary of new and updated articles
- An easy way to catch up on documentation changes — especially useful for those who read them in bulk every few months
Request
- Was the removal of these monthly articles an intentional decision? If so, could you share the reasoning?
- If intentional, please consider bringing them back — they were a genuinely useful way to track the evolution of .NET documentation.
- Regardless of the above, the README.md should be updated to remove the reference to the now-deleted "Generate what's new article" workflow.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status