mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 03:23:07 +01:00
Add missing hashtag to DMAPI releases
This commit is contained in:
@@ -1322,6 +1322,12 @@ The user account that created this pull request is available to correct any issu
|
||||
PrintChanges(newNotes, relevantChangelog);
|
||||
}
|
||||
|
||||
if(component == Component.DreamMakerApi)
|
||||
{
|
||||
newNotes.AppendLine();
|
||||
newNotes.AppendLine("#tgs-dmapi-release");
|
||||
}
|
||||
|
||||
var markdown = newNotes.ToString();
|
||||
return markdown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user