mirror of
https://github.com/openziti/zrok.git
synced 2025-03-28 23:26:09 +01:00
add missing brew audit, style commands to releaser's guide
This commit is contained in:
parent
bd3ce83086
commit
b4b26a4a04
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user