Skip to content

Commit

Permalink
chore(tools/release): make things a bit more obvious (#18753)
Browse files Browse the repository at this point in the history
  • Loading branch information
levex authored Apr 19, 2023
1 parent 9496dfc commit a8ca09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release/02_create_pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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` +
Expand Down

0 comments on commit a8ca09f

Please sign in to comment.