diff options
Diffstat (limited to 'tools/release/02_create_pr.ts')
-rwxr-xr-x | tools/release/02_create_pr.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/02_create_pr.ts b/tools/release/02_create_pr.ts index 0c0ab7b73..18c1bc582 100755 --- a/tools/release/02_create_pr.ts +++ b/tools/release/02_create_pr.ts @@ -36,7 +36,7 @@ function getPrBody() { `Please ensure:\n` + `- [ ] Target branch is correct\n` + `- [ ] Crate versions are bumped correctly\n` + - `- [ ] deno_std version is incremented in the code (see \`cli/compat/mod.rs\`)\n` + + `- [ ] deno_std version is incremented in the code (see \`cli/deno_std.rs\`)\n` + `- [ ] Releases.md is updated correctly\n\n` + `To make edits to this PR:\n` + "```shell\n" + |