chore(scripts): push version bump pr branch in release script (#13397)

This commit is contained in:
Mathias Fredriksson
2024-05-29 21:30:42 +03:00
committed by GitHub
parent 374f0a0fd1
commit 9ae825ebae

View File

@@ -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}" \