We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468e4ad commit 773d3f9Copy full SHA for 773d3f9
script/create-pr-to-update-pact-ruby-standalone.sh
@@ -20,6 +20,6 @@ git add setup.py
20
git commit -m "${TYPE}: update standalone to ${STANDALONE_VERSION}"
21
git push --set-upstream origin ${BRANCH_NAME}
22
23
-hub pull-request --browse --message "${TYPE}: update standalone to ${STANDALONE_VERSION}"
24
-
+# hub pull-request --browse --message "${TYPE}: update standalone to ${STANDALONE_VERSION}"
+gh pr create -w --title "${TYPE}: update standalone to ${STANDALONE_VERSION}"
25
git checkout master
0 commit comments