summaryrefslogtreecommitdiff
path: root/tools/release/02_create_pr.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-15 09:39:41 -0400
committerGitHub <noreply@github.com>2022-04-15 09:39:41 -0400
commitb4af648c1515a8e79d7a5d1b14d8a4ba9d966a72 (patch)
treec8b56cc99153dee4d300d0d1ef329890ebe8c6c5 /tools/release/02_create_pr.ts
parent244926e83c7d3cae3c3ae3fc14e996e3066da43e (diff)
chore: release fixes based on doing the v1.20.6 release (#14289)
Diffstat (limited to 'tools/release/02_create_pr.ts')
-rwxr-xr-xtools/release/02_create_pr.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release/02_create_pr.ts b/tools/release/02_create_pr.ts
index 93cbd64c2..efaf890f6 100755
--- a/tools/release/02_create_pr.ts
+++ b/tools/release/02_create_pr.ts
@@ -34,6 +34,7 @@ console.log(`Opened PR at ${openedPr.data.url}`);
function getPrBody() {
let text = `Bumped versions for ${cliCrate.version}\n\n` +
`Please ensure:\n` +
+ `- [ ] Target branch is correct\n` +
`- [ ] Crate versions are bumped correctly\n` +
`- [ ] deno_std version is incremented in the code\n` +
`- [ ] Releases.md is updated correctly\n\n` +