We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4281e43 commit 19b1390Copy full SHA for 19b1390
scripts/release.sh
@@ -360,6 +360,9 @@ You can follow the release progress [here](https://github.com/coder/coder/action
360
maybedryrun "${dry_run}" git stash pop
361
fi
362
363
+ # Push the branch so it's available for gh to create the PR.
364
+ maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"
365
+
366
log "Creating pull request..."
367
maybedryrun "${dry_run}" gh pr create \
368
--assignee "${pr_review_assignee}" \
0 commit comments