Skip to content

Commit 9ae825e

Browse files
authored
chore(scripts): push version bump pr branch in release script (coder#13397)
1 parent 374f0a0 commit 9ae825e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ You can follow the release progress [here](https://github.com/coder/coder/action
348348
maybedryrun "${dry_run}" git stash pop
349349
fi
350350

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

0 commit comments

Comments
 (0)