Skip to content

Commit a0a0f48

Browse files
committed
Update to Goreleaser 2
1 parent d80d828 commit a0a0f48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.goreleaser.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
project_name: kube-score
2+
version: 2
23

34
builds:
45
- env:
@@ -28,7 +29,7 @@ checksum:
2829
name_template: 'checksums.txt'
2930

3031
snapshot:
31-
name_template: "{{ .Tag }}-next"
32+
version_template: "{{ .Tag }}-next"
3233

3334
changelog:
3435
sort: asc
@@ -37,10 +38,10 @@ brews:
3738
- name: kube-score
3839
ids:
3940
- default
40-
tap:
41+
repository:
4142
owner: kube-score
4243
name: homebrew-tap
43-
folder: Formula
44+
directory: Formula
4445
url_template: "https://github.com/zegl/kube-score/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
4546
homepage: "https://kube-score.com/"
4647
install: |

0 commit comments

Comments
 (0)