โ– humdrum codex / ticktock v0.0.2
license AGPL-3.0
330 B raw
1
2
3
4
5
6
7
8
# 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