Skip to content

Commit 537137f

Browse files
committed
change pr recipient
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 2b55da7 commit 537137f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ verifyReleaseBranch() {
134134

135135
createPullRequest(){
136136
echo "[INFO] Creating a PR"
137-
hub pull-request --base ${RELEASE_UPSTREAM_NAME}:${RELEASE_BRANCH} --head ${SCHEMA_VERSION} -m "$1"
137+
hub pull-request --base jdubrick:${RELEASE_BRANCH} --head ${SCHEMA_VERSION} -m "$1"
138138
}
139139

140140
main(){

0 commit comments

Comments
 (0)