Grouping for GitHub tag docs? Links to tag docs in release notes?
URL(s)
URLs linked in the description below. I'm happy to separately list them here as well; please lmk if this is necessary.
Description
I was scanning through release notes while updating a project from 9.0.2 to 9.0.7 when I noticed 👀 that,
-
The tag docs for 9.0.6 (e.g., runtime 9.0.6 tag, aspnetcore 9.0.6 tag, efcore 9.0.6 tag) are grouped into categories (bug fixes, perf improvements, infrastructure, dependency updates, etc.) which made them very easy to scan through 🤩!
This grouping is not present in docs for previous tags (e.g., runtime 9.0.5 tag, aspnetcore 9.0.5 tag), and seems have been dropped for 9.0.7 (e.g., runtime 9.0.7 tag, aspnetcore 9.0.7 tag). IMO, the ungrouped list is kinda hard to scan through..
Could the grouping be brought back?
-
The grouped tag docs of 9.0.6 mention "This summary is generated and may contain inaccuracies" at the end.
- Does "summary" here refer to the short description of each item (selected text in the screenshot above)?
- ~Also, generated... as in, programmatically using some sort of script that processes issue titles?~ Was the summary AI-generated? Could the grouping be kept (as suggested above) along with links to corresponding GitHub issues, but the summaries be removed if they're not reviewed for accuracy or potentially inaccurate?
-
The tag docs link to the corresponding tags of the individual repos (e.g., core 9.0.7 tag links to aspnetcore 9.0.7 tag and runtime 9.0.7 tag). The release notes (e.g., core 9.0.7 release note) don't link to the tags.
Could links to the corresponding dotnet/core tag, or those of the individual repos, be added to release notes?
Thanks! ✌️