We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374f0a0 commit 9ae825eCopy full SHA for 9ae825e
scripts/release.sh
@@ -348,6 +348,9 @@ You can follow the release progress [here](https://github.com/coder/coder/action
348
maybedryrun "${dry_run}" git stash pop
349
fi
350
351
+ # Push the branch so it's available for gh to create the PR.
352
+ maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"
353
+
354
log "Creating pull request..."
355
maybedryrun "${dry_run}" gh pr create \
356
--assignee "${pr_review_assignee}" \
0 commit comments