mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-12 16:43:01 +01:00
Organize release notes by PR#
This commit is contained in:
@@ -264,7 +264,7 @@ namespace ReleaseNotes
|
||||
return 8;
|
||||
}
|
||||
|
||||
foreach (var I in releaseDictionary)
|
||||
foreach (var I in releaseDictionary.OrderBy(kvp => kvp.Key))
|
||||
foreach (var note in I.Value)
|
||||
{
|
||||
newNotes.Append(Environment.NewLine);
|
||||
|
||||
Reference in New Issue
Block a user