Remove comments from discord release announcements (#20888)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-11-19 20:00:03 -07:00 committed by GitHub
parent c2668bc953
commit ad6a07e574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,10 +64,6 @@ async function main() {
}
console.log(releaseNotes.join("\n") + "\n");
console.log("<!-- ");
console.log(missing.join("\n"));
console.log(skipped.join("\n"));
console.log("-->");
}
function getCommits(oldTag, newTag) {