From bb49fbdc1db81e6224ae3c5bb9837f2bf5a4c300 Mon Sep 17 00:00:00 2001 From: jackgopack4 Date: Wed, 14 Aug 2024 09:58:03 -0400 Subject: [PATCH 1/3] fix for PR 638 --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8a776314..2898ffbe 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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. From df47c1f58ca2e19e9e426fcc2d665ad5ce280072 Mon Sep 17 00:00:00 2001 From: jackgopack4 Date: Wed, 14 Aug 2024 10:51:15 -0400 Subject: [PATCH 2/3] update goreleaser to use monorepo --- .goreleaser.yaml | 2 -- distributions/otelcol-contrib/.goreleaser.yaml | 2 ++ distributions/otelcol-k8s/.goreleaser.yaml | 2 ++ distributions/otelcol/.goreleaser.yaml | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2898ffbe..8a776314 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,4 @@ 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. diff --git a/distributions/otelcol-contrib/.goreleaser.yaml b/distributions/otelcol-contrib/.goreleaser.yaml index 24a8de9e..93039eaf 100644 --- a/distributions/otelcol-contrib/.goreleaser.yaml +++ b/distributions/otelcol-contrib/.goreleaser.yaml @@ -1,6 +1,8 @@ partial: by: target version: 2 +monorepo: + tag_prefix: v project_name: opentelemetry-collector-releases env: - COSIGN_YES=true diff --git a/distributions/otelcol-k8s/.goreleaser.yaml b/distributions/otelcol-k8s/.goreleaser.yaml index 8e6aa0f0..47d5d05b 100644 --- a/distributions/otelcol-k8s/.goreleaser.yaml +++ b/distributions/otelcol-k8s/.goreleaser.yaml @@ -1,6 +1,8 @@ partial: by: target version: 2 +monorepo: + tag_prefix: v project_name: opentelemetry-collector-releases env: - COSIGN_YES=true diff --git a/distributions/otelcol/.goreleaser.yaml b/distributions/otelcol/.goreleaser.yaml index 3ffd9e4f..81a7ef78 100644 --- a/distributions/otelcol/.goreleaser.yaml +++ b/distributions/otelcol/.goreleaser.yaml @@ -1,6 +1,8 @@ partial: by: target version: 2 +monorepo: + tag_prefix: v project_name: opentelemetry-collector-releases env: - COSIGN_YES=true From e234786f100244ad88c3e9c169757cf6542d3b00 Mon Sep 17 00:00:00 2001 From: jackgopack4 Date: Wed, 14 Aug 2024 11:34:36 -0400 Subject: [PATCH 3/3] try making changes --- .goreleaser.yaml | 2 ++ distributions/otelcol-contrib/.goreleaser.yaml | 2 -- distributions/otelcol/.goreleaser.yaml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8a776314..2898ffbe 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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. diff --git a/distributions/otelcol-contrib/.goreleaser.yaml b/distributions/otelcol-contrib/.goreleaser.yaml index 93039eaf..24a8de9e 100644 --- a/distributions/otelcol-contrib/.goreleaser.yaml +++ b/distributions/otelcol-contrib/.goreleaser.yaml @@ -1,8 +1,6 @@ partial: by: target version: 2 -monorepo: - tag_prefix: v project_name: opentelemetry-collector-releases env: - COSIGN_YES=true diff --git a/distributions/otelcol/.goreleaser.yaml b/distributions/otelcol/.goreleaser.yaml index 81a7ef78..3ffd9e4f 100644 --- a/distributions/otelcol/.goreleaser.yaml +++ b/distributions/otelcol/.goreleaser.yaml @@ -1,8 +1,6 @@ partial: by: target version: 2 -monorepo: - tag_prefix: v project_name: opentelemetry-collector-releases env: - COSIGN_YES=true