Merge pull request #918 from openziti/homebrew-release-info

add missing brew audit, style commands to releaser's guide
This commit is contained in:
Kenneth Bingham 2025-03-17 16:03:15 -04:00 committed by GitHub
commit b54337254a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,10 +61,17 @@ brew edit zrok
# Build from source
brew install --verbose --formula --build-bottle zrok
# Test the zrok formula
# run the test section of the formula
brew test zrok
# Audit the the formula
brew audit --strict zrok
# Check formula styles
brew style zrok
```
Finally, if correcting a failed GitHub Actions check on a PR based on Homebrew/homebrew-core master branch, then push commits as the ziti-ci user with the "gh_ci_key" SSH key to update the PR. A valid commit message is just the formula name and new version string, e.g., "zrok 1.0.0".
[Homebrew Documentation](https://docs.brew.sh/FAQ#can-i-edit-formulae-myself)