Skip to content

Commit 7d2df86

Browse files
authored
Don't automatically @ mention every contributor on the release PR (#2195)
1 parent fae5467 commit 7d2df86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ function makePullBody(newVersion: string, previousVersion: string) {
164164
);
165165
const body = [
166166
readFileSync(bodyFile, { encoding: "utf-8" }),
167+
"```markdown",
167168
...relNotesLines,
169+
"```",
168170
].join("\n");
169171
return body;
170172
}

0 commit comments

Comments
 (0)