Skip to content

Commit

Permalink
Update to Goreleaser 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Oct 1, 2024
1 parent d80d828 commit a0a0f48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: kube-score
version: 2

builds:
- env:
Expand Down Expand Up @@ -28,7 +29,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

changelog:
sort: asc
Expand All @@ -37,10 +38,10 @@ brews:
- name: kube-score
ids:
- default
tap:
repository:
owner: kube-score
name: homebrew-tap
folder: Formula
directory: Formula
url_template: "https://github.com/zegl/kube-score/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://kube-score.com/"
install: |
Expand Down

0 comments on commit a0a0f48

Please sign in to comment.