From 58eea18c57d33eafd5e0c64bee3710249353bafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Thu, 27 Jun 2024 14:49:15 +0200 Subject: [PATCH] Prepare goreleaser config for v2 (#3911) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .github/workflows/release.yml | 2 +- .goreleaser.yml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 451c4e617..d8375b42c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: version: latest - args: release --rm-dist --timeout 60m + args: release --clean --timeout 60m env: GITHUB_TOKEN: ${{ secrets.GHT_RELEASE }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 12739660a..714cd6319 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,7 @@ release: Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details. changelog: - skip: true + disable: true snapshot: name_template: "devel-{{ .ShortCommit }}" @@ -116,23 +116,23 @@ brews: - description: Artifact Hub command line tool homepage: https://github.com/artifacthub/hub license: Apache-2.0 - tap: + repository: owner: artifacthub name: homebrew-cmd commit_author: name: artifacthubio email: hub@artifacthub.io -scoop: - description: Artifact Hub command line tool - homepage: https://github.com/artifacthub/hub - license: Apache-2.0 - bucket: - owner: artifacthub - name: scoop-cmd - commit_author: - name: artifacthubio - email: hub@artifacthub.io +scoops: + - description: Artifact Hub command line tool + homepage: https://github.com/artifacthub/hub + license: Apache-2.0 + repository: + owner: artifacthub + name: scoop-cmd + commit_author: + name: artifacthubio + email: hub@artifacthub.io signs: - artifacts: checksum