Skip to content

Commit

Permalink
goreleaser: replace deprecated sections
Browse files Browse the repository at this point in the history
  • Loading branch information
muraty committed Jan 30, 2025
1 parent 2dd309e commit 482b105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ builds:
goarch:
- amd64
archives:
- format: tar.gz
- formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 482b105

Please sign in to comment.