Remove comments from discord release announcements (#20888)
Release Notes: - N/A
This commit is contained in:
parent
c2668bc953
commit
ad6a07e574
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(releaseNotes.join("\n") + "\n");
|
console.log(releaseNotes.join("\n") + "\n");
|
||||||
console.log("<!-- ");
|
|
||||||
console.log(missing.join("\n"));
|
|
||||||
console.log(skipped.join("\n"));
|
|
||||||
console.log("-->");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCommits(oldTag, newTag) {
|
function getCommits(oldTag, newTag) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue