Skip to content

Commit

Permalink
Fix goreleaser ci (#640)
Browse files Browse the repository at this point in the history
* fix for PR 638

* update goreleaser to use monorepo

* try making changes
  • Loading branch information
jackgopack4 authored Aug 14, 2024
1 parent 6bb8682 commit 4c7310f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 2
monorepo:
tag_prefix: v
release:
header: |
Check the [v{{.Version}} contrib changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tags/v{{.Version}}) and the [v{{.Version}} core changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tags/v{{.Version}}) for changelogs on specific components.
2 changes: 2 additions & 0 deletions distributions/otelcol-k8s/.goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
partial:
by: target
version: 2
monorepo:
tag_prefix: v
project_name: opentelemetry-collector-releases
env:
- COSIGN_YES=true
Expand Down

0 comments on commit 4c7310f

Please sign in to comment.