chore(_tools): fix create_pr script (#3247)

This commit is contained in:
Yoshiya Hinosawa 2023-03-10 21:10:12 +09:00 committed by GitHub
parent 207831b563
commit fe01e03b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,10 +35,10 @@ function getPrBody() {
`Please ensure:\n` +
`- [ ] Version in version.ts is updated correctly\n` +
`- [ ] Releases.md is updated correctly\n` +
`- [ ] All the tests in this branch have been run against the CLI release being done` +
" ```shell" +
` ../deno/target/release/deno task test` +
" ```\n" +
`- [ ] All the tests in this branch have been run against the CLI release being done\n` +
" ```shell\n" +
` ../deno/target/release/deno task test\n` +
" ```\n" +
`To make edits to this PR:\n` +
"```shell\n" +
`git fetch upstream ${newBranchName} && git checkout -b ${newBranchName} upstream/${newBranchName}\n` +