mirror of
https://github.com/coder/coder.git
synced 2025-07-29 10:35:52 +00:00
chore(scripts): push version bump pr branch in release script (#13397)
This commit is contained in:
committed by
GitHub
parent
374f0a0fd1
commit
9ae825ebae
@@ -348,6 +348,9 @@ You can follow the release progress [here](https://github.com/coder/coder/action
|
||||
maybedryrun "${dry_run}" git stash pop
|
||||
fi
|
||||
|
||||
# Push the branch so it's available for gh to create the PR.
|
||||
maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"
|
||||
|
||||
log "Creating pull request..."
|
||||
maybedryrun "${dry_run}" gh pr create \
|
||||
--assignee "${pr_review_assignee}" \
|
||||
|
Reference in New Issue
Block a user