mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore(tools/release): make things a bit more obvious (#18753)
This commit is contained in:
parent
9496dfc685
commit
a8ca09f78a
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ $.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` +
|
||||
`- [ ] Target branch is correct (\`vX.XX\` if a patch release, \`main\` if minor)\n` +
|
||||
`- [ ] Crate versions are bumped correctly\n` +
|
||||
`- [ ] deno_std version is incremented in the code (see \`cli/deno_std.rs\`)\n` +
|
||||
`- [ ] Releases.md is updated correctly\n\n` +
|
||||
`- [ ] Releases.md is updated correctly (think relevancy and remove reverts)\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 a new issue