Skip to content

Commit

Permalink
Add missing version in Goreleaser archives
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Defretin <[email protected]>
  • Loading branch information
kinoute committed Sep 13, 2024
1 parent 067db70 commit 0b8634b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
archives:
- id: default
name_template: >-
{{ .ProjectName }}_
{{ .ProjectName }}_{{ .Version }}_
{{ title .Os }}_
{{ if eq .Arch "amd64" }}x86_64
{{ else if eq .Arch "386" }}i386
Expand All @@ -44,15 +44,6 @@ checksum:
snapshot:
name_template: "{{ incpatch .Version }}-next"

scoops:
-
name: moviestills
commit_author:
name: Yann Defretin
email: [email protected]
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 0b8634b

Please sign in to comment.