Skip to content

Commit 58eea18

Browse files
authored
Prepare goreleaser config for v2 (#3911)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent cf5d40b commit 58eea18

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: goreleaser/goreleaser-action@v6
4343
with:
4444
version: latest
45-
args: release --rm-dist --timeout 60m
45+
args: release --clean --timeout 60m
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GHT_RELEASE }}
4848
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.goreleaser.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release:
66
Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details.
77
88
changelog:
9-
skip: true
9+
disable: true
1010

1111
snapshot:
1212
name_template: "devel-{{ .ShortCommit }}"
@@ -116,23 +116,23 @@ brews:
116116
- description: Artifact Hub command line tool
117117
homepage: https://github.com/artifacthub/hub
118118
license: Apache-2.0
119-
tap:
119+
repository:
120120
owner: artifacthub
121121
name: homebrew-cmd
122122
commit_author:
123123
name: artifacthubio
124124
125125

126-
scoop:
127-
description: Artifact Hub command line tool
128-
homepage: https://github.com/artifacthub/hub
129-
license: Apache-2.0
130-
bucket:
131-
owner: artifacthub
132-
name: scoop-cmd
133-
commit_author:
134-
name: artifacthubio
135-
126+
scoops:
127+
- description: Artifact Hub command line tool
128+
homepage: https://github.com/artifacthub/hub
129+
license: Apache-2.0
130+
repository:
131+
owner: artifacthub
132+
name: scoop-cmd
133+
commit_author:
134+
name: artifacthubio
135+
136136

137137
signs:
138138
- artifacts: checksum

0 commit comments

Comments
 (0)