Skip to content

Commit 59c57e2

Browse files
committed
Update goreleaser
1 parent 42b5b35 commit 59c57e2

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.goreleaser.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
builds:
2-
- binary: jtl-parse
3-
goos:
4-
- windows
5-
- darwin
6-
- linux
7-
goarch:
8-
- amd64
2+
- env:
3+
- CGO_ENABLED=0
94
archive:
10-
format: tar.gz
115
replacements:
12-
amd64: 64-bit
13-
darwin: macOS
14-
linux: Tux
6+
darwin: Darwin
7+
linux: Linux
8+
windows: Windows
9+
386: i386
10+
amd64: x86_64
11+
checksum:
12+
name_template: 'checksums.txt'
13+
snapshot:
14+
name_template: "{{ .Tag }}-next"
15+
changelog:
16+
sort: asc
17+
filters:
18+
exclude:
19+
- '^docs:'
20+
- '^test:'

0 commit comments

Comments
 (0)