mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +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` +
|
`Please ensure:\n` +
|
||||||
`- [ ] Version in version.ts is updated correctly\n` +
|
`- [ ] Version in version.ts is updated correctly\n` +
|
||||||
`- [ ] Releases.md 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` +
|
`- [ ] All the tests in this branch have been run against the CLI release being done\n` +
|
||||||
" ```shell" +
|
" ```shell\n" +
|
||||||
` ../deno/target/release/deno task test` +
|
` ../deno/target/release/deno task test\n` +
|
||||||
" ```\n" +
|
" ```\n" +
|
||||||
`To make edits to this PR:\n` +
|
`To make edits to this PR:\n` +
|
||||||
"```shell\n" +
|
"```shell\n" +
|
||||||
`git fetch upstream ${newBranchName} && git checkout -b ${newBranchName} upstream/${newBranchName}\n` +
|
`git fetch upstream ${newBranchName} && git checkout -b ${newBranchName} upstream/${newBranchName}\n` +
|
||||||
|
Loading…
Reference in New Issue
Block a user