- push tag into repo
$ git co master $ git tag x.x.x $ git push origin x.x.x
- wait while GHA will build a release
- update homebrew descriptor
- update
url
- update
sha256
$ curl -Ls https://github.com/bazhenov/crab/releases/download/x.x.x/crab-x.x.x-x86_64-apple-darwin.tar.gz | sha256sum
- update
- push homebrew descriptor to a registry
- check if
brew install bazhenov/tap/crab
works correctly