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 59c57e2 commit e66ca5fCopy full SHA for e66ca5f
.goreleaser.yml
@@ -1,20 +1,24 @@
1
builds:
2
-- env:
3
- - CGO_ENABLED=0
+ - binary: jtl-parse
+ goos:
4
+ - window
5
+ - darwin
6
+ - linux
7
+ goarch:
8
+ - amd64
9
+ env:
10
+ - CGO_ENABLED=0
11
archive:
- replacements:
- darwin: Darwin
- linux: Linux
- windows: Windows
- 386: i386
- amd64: x86_64
-checksum:
12
- name_template: 'checksums.txt'
+ format: tar.gz
13
+ replacements:
14
+ amd64: 64-bit
15
+ darwin: macOS
16
+ linux: Tux
17
snapshot:
- name_template: "{{ .Tag }}-next"
18
+ name_template: "{{ .Tag }}-next"
19
changelog:
- sort: asc
- filters:
- exclude:
- - '^docs:'
20
- - '^test:'
+ sort: asc
21
+ filters:
22
+ exclude:
23
+ - "^docs:"
24
+ - "^test:"
0 commit comments