Skip to content

Commit 773d3f9

Browse files
committed
chore: script now uses gh over hub
feat: update standalone to 1.88.4 Revert "feat: update standalone to 1.88.4" This reverts commit ce4d01e. chore: script now uses gh over hub
1 parent 468e4ad commit 773d3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/create-pr-to-update-pact-ruby-standalone.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ git add setup.py
2020
git commit -m "${TYPE}: update standalone to ${STANDALONE_VERSION}"
2121
git push --set-upstream origin ${BRANCH_NAME}
2222

23-
hub pull-request --browse --message "${TYPE}: update standalone to ${STANDALONE_VERSION}"
24-
23+
# hub pull-request --browse --message "${TYPE}: update standalone to ${STANDALONE_VERSION}"
24+
gh pr create -w --title "${TYPE}: update standalone to ${STANDALONE_VERSION}"
2525
git checkout master

0 commit comments

Comments
 (0)