# 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/"