Skip to content

Commit 4c7310f

Browse files
authoredAug 14, 2024··
Fix goreleaser ci (#640)
* fix for PR 638 * update goreleaser to use monorepo * try making changes
1 parent 6bb8682 commit 4c7310f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.goreleaser.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version: 2
2+
monorepo:
3+
tag_prefix: v
24
release:
35
header: |
46
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.

‎distributions/otelcol-k8s/.goreleaser.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
partial:
22
by: target
33
version: 2
4+
monorepo:
5+
tag_prefix: v
46
project_name: opentelemetry-collector-releases
57
env:
68
- COSIGN_YES=true

0 commit comments

Comments
 (0)
Please sign in to comment.