From 9ae825ebae0d8783a8acec86dfcd031f8ed27300 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Wed, 29 May 2024 21:30:42 +0300 Subject: [PATCH] chore(scripts): push version bump pr branch in release script (#13397) --- scripts/release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release.sh b/scripts/release.sh index c2500aee2e..3847ea7ca0 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}" \