mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(_tools): fix create_pr script (#3247)
This commit is contained in:
parent
207831b563
commit
fe01e03b7f
@ -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` +
|
||||
|
Loading…
Reference in New Issue
Block a user