Skip to content

Commit 19b1390

Browse files
mafredrikylecarbs
authored andcommitted
chore(scripts): push version bump pr branch in release script (coder#13397)
(cherry picked from commit 9ae825e)
1 parent 4281e43 commit 19b1390

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ You can follow the release progress [here](https://github.com/coder/coder/action
360360
maybedryrun "${dry_run}" git stash pop
361361
fi
362362

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+
363366
log "Creating pull request..."
364367
maybedryrun "${dry_run}" gh pr create \
365368
--assignee "${pr_review_assignee}" \

0 commit comments

Comments
 (0)