From 92cb7d8afde24cfdf5b75fea271325ee5795f0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:31:58 +0000 Subject: [PATCH 1/3] Bump goreleaser/goreleaser-action from 5 to 6 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8235862..8c653c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: v1.12.3 args: release --rm-dist From d79c5b9f02ec9eb3b2dca0289966c199b8a987d1 Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Mon, 10 Jun 2024 10:13:47 -0700 Subject: [PATCH 2/3] goreleaser v2 --- .goreleaser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index feffa50..acb775a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,4 @@ -# This is an example goreleaser.yaml file with some sane defaults. -# Make sure to check the documentation at http://goreleaser.com +version: 2 env: - CGO_ENABLED=0 builds: @@ -23,7 +22,7 @@ archives: files: - none* changelog: - skip: true + disable: true checksum: name_template: 'checksums.txt' extra_files: From 454999f9e1996af952845a6f745cf377bfd0bc7d Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Mon, 10 Jun 2024 10:15:08 -0700 Subject: [PATCH 3/3] Revert "goreleaser v2" This reverts commit d79c5b9f02ec9eb3b2dca0289966c199b8a987d1. --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index acb775a..feffa50 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ -version: 2 +# This is an example goreleaser.yaml file with some sane defaults. +# Make sure to check the documentation at http://goreleaser.com env: - CGO_ENABLED=0 builds: @@ -22,7 +23,7 @@ archives: files: - none* changelog: - disable: true + skip: true checksum: name_template: 'checksums.txt' extra_files: