From 8348a980297f0e1639c9d7b93dedc78688499104 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Wed, 29 May 2024 21:17:44 +0300 Subject: [PATCH] chore(scripts): push version bump pr branch in release script --- scripts/release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release.sh b/scripts/release.sh index c2500aee2ec7d..3847ea7ca0e90 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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}" \