▍ humdrum codex / ticktock v0.0.2
license AGPL-3.0
435 B raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# 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: bookmark          # jj-native: release ref = release/vX.Y.Z bookmark (jj git push -b),
                            # not a git tag — bookmarks push natively over jj.
  bookmark_prefix: "release/"