Skip to content

Commit 1007bf3

Browse files
committed
Fix gorelease.yml with latest config spec
Signed-off-by: Aswin Karthik <aswinkarthik93@gmail.com>
1 parent 5513f45 commit 1007bf3

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.goreleaser.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@ builds:
1414
- linux
1515
goarch:
1616
- amd64
17-
nfpm:
18-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
19-
replacements:
20-
amd64: 64-bit
21-
386: 32-bit
22-
darwin: macOS
23-
linux: linux
24-
homepage: https://github.com/aswinkarthik/csvdiff
25-
maintainer: aswinkarthik
26-
description: A Blazingly fast diff tool for comparing csv files.
27-
license: MIT
28-
formats:
29-
- deb
30-
- rpm
17+
nfpms:
18+
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
19+
replacements:
20+
amd64: 64-bit
21+
386: 32-bit
22+
darwin: macOS
23+
linux: linux
24+
vendor: aswinkarthik
25+
homepage: https://github.com/aswinkarthik/csvdiff
26+
maintainer: aswinkarthik
27+
description: A Blazingly fast diff tool for comparing csv files.
28+
license: MIT
29+
formats:
30+
- deb
31+
- rpm

0 commit comments

Comments
 (0)