The bump-formula-pr will fail at the last step (opening the PR with GH api) due to missing GitHub credentials, but no need for those, it will still create the branch and push it to the ssh origin. Seems like brew doesn't support working with ssh credentials a lot, hence the override of the url in gitconfig
Put this into
~/.gitconfig
: https://github.com/Homebrew/legacy-homebrew/issues/34363#issuecomment-63934568And then run:
After getting the latest VERSION with
The
bump-formula-pr
will fail at the last step (opening the PR with GH api) due to missing GitHub credentials, but no need for those, it will still create the branch and push it to the ssh origin. Seems like brew doesn't support working with ssh credentials a lot, hence the override of the url in gitconfig