-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing version in Goreleaser archives
Signed-off-by: Yann Defretin <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|