# custard release config โ tt is a Go CLI distributed via the self-hosted Homebrew tap.
ci:
- go vet ./...
- go test ./...
brew:
enabled: true
package: ./cmd/ticktock # main lives under cmd/ticktock; binary is `tt`
source: tag # `custard release vX.Y.Z` tags + pushes; the forge publishes from the tag
|