โ– humdrum codex / glint v1.0.2
license AGPL-3.0
304 B raw
1
2
3
4
5
6
7
8
9
# custard release config โ€” glint is a Go CLI distributed via the Homebrew tap.
ci:
  - golangci-lint run
  - go vet ./...
  - go test ./...
brew:
  enabled: true
  package: "."     # main is at the repo root
  source: tag      # `custard release vX.Y.Z` tags + pushes; the forge publishes from the tag