To aid project mainainters roll their own tap, the idea is to assist them with detailed instructions:
- Create a
homebrew-tap
repo underbouk/homebrew-tap
, that copies the file at homebrew-tap/example.rb. - Set up the Homebrew bump formula GitHub Action to automatically get updates on releases.
An example can be found at Neved4/autobump.yml. The idea is to set
${{secrets.TOKEN}}
and the rest in a.yml
file. Note that thepublic_repo
andworkflow
scopes are required in the custom access token${{secrets.TOKEN}}
. - Bundle other scripts and libs if necessary.