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 Apr 27, 2024
1 parent d2c9692 commit b4cfdb9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions distributions/otelcol-contrib/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,13 @@ sboms:
artifacts: archive
- id: package
artifacts: package
brews:
- 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
10 changes: 10 additions & 0 deletions distributions/otelcol/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,13 @@ sboms:
artifacts: archive
- id: package
artifacts: package
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

0 comments on commit b4cfdb9

Please sign in to comment.