Skip to content

Commit

Permalink
GoReleaser: publish Homebrew formula to a Tap on each new release
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jan 18, 2024
1 parent 837d28c commit a677491
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,22 @@ docker_manifests:
- ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-arm64
- ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-ppc64le
- ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest-s390x
brews:
- name: otelcol
description: "OpenTelemtry collector distribution containing both core and contrib components"
homepage: "https://opentelemetry.io/docs/collector/"
license: "Apache-2.0"
ids:
- otelcol
repository:
owner: open-telemetry
name: homebrew-tap
- name: otelcol-contrib
description: "OpenTelemtry collector distribution containing only core components"
homepage: "https://opentelemetry.io/docs/collector/"
license: "Apache-2.0"
ids:
- otelcol-contrib
repository:
owner: open-telemetry
name: homebrew-tap

0 comments on commit a677491

Please sign in to comment.