We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b5b35 commit 59c57e2Copy full SHA for 59c57e2
.goreleaser.yml
@@ -1,14 +1,20 @@
1
builds:
2
- - binary: jtl-parse
3
- goos:
4
- - windows
5
- - darwin
6
- - linux
7
- goarch:
8
- - amd64
+- env:
+ - CGO_ENABLED=0
9
archive:
10
- format: tar.gz
11
replacements:
12
- amd64: 64-bit
13
- darwin: macOS
14
- linux: Tux
+ darwin: Darwin
+ linux: Linux
+ windows: Windows
+ 386: i386
+ amd64: x86_64
+checksum:
+ name_template: 'checksums.txt'
+snapshot:
+ name_template: "{{ .Tag }}-next"
15
+changelog:
16
+ sort: asc
17
+ filters:
18
+ exclude:
19
+ - '^docs:'
20
+ - '^test:'
0 commit comments