Create a pull request.
Wait until the pull request’s checks become green.
Then label your pull request with the pr-pull
label.
A new brew pr-pull workflow will be fired up and after a couple of minutes you should observe the PR closed, bottles uploaded and commits pushed to the master branch of your repository.
GitHub actions supports only Catalina and Big Sur macOS runners. In case you want to populate release with manually prebuilt bottles:
- Install and prepare the formula for eventual bottling
brew install --verbose --build-bottle humansignal/tap/label-studio
- Generate a bottle
brew bottle --verbose --json humansignal/tap/label-studio
- Upload bottle tar gz to release page in GitHub
- Add sha256 of your bottle tar gz to the
bottle
section in formula file - Commit to master branch