Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoReleaser: publish Homebrew formula to a Tap on each new release #460

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
edigaryev marked this conversation as resolved.
Show resolved Hide resolved
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"
edigaryev marked this conversation as resolved.
Show resolved Hide resolved
homepage: "https://opentelemetry.io/docs/collector/"
license: "Apache-2.0"
ids:
- otelcol
repository:
owner: open-telemetry
name: homebrew-tap
Loading