Skip to content

Commit e66ca5f

Browse files
committed
Revert .goreleaser
1 parent 59c57e2 commit e66ca5f

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

.goreleaser.yml

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

0 commit comments

Comments
 (0)