Skip to content

Commit

Permalink
Remove deprecated methods in goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Defretin <yann@defret.in>
  • Loading branch information
kinoute committed Sep 13, 2024
1 parent 61fb804 commit 067db70
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,33 @@ builds:
- -v

archives:
-
- id: default
name_template: >-
{{ .ProjectName }}_
{{ title .Os }}_
{{ if eq .Arch "amd64" }}x86_64
{{ else if eq .Arch "386" }}i386
{{ else }}{{ .Arch }}{{ end }}
{{ if .Arm }}v{{ .Arm }}{{ end -}}
format_overrides:
- goos: windows
format: zip
replacements:
darwin: MacOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64

checksum:
name_template: '{{.ProjectName}}_{{.Version}}_checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-next"

scoop:
commit_author:
name: Yann Defretin
email: yann@defret.in
homepage: https://github.com/kinoute/moviestills
description: "A small CLI app to scrap high-quality movie snapshots from various websites."
scoops:
-
name: moviestills
commit_author:
name: Yann Defretin
email: yann@defret.in
homepage: https://github.com/kinoute/moviestills
description: "A small CLI app to scrap high-quality movie snapshots from various websites."

changelog:
sort: asc
filters:
Expand Down

0 comments on commit 067db70

Please sign in to comment.