Add missing hashtag to DMAPI releases

This commit is contained in:
Jordan Dominion
2023-11-17 14:45:26 -05:00
parent e6ae9b73c4
commit 7eafed4fb9
@@ -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;
}