Skip to content

Commit 82d8598

Browse files
author
Ian Walter
committed
Adding goreleaser config
1 parent 86e7566 commit 82d8598

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.goreleaser.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
before:
2+
hooks:
3+
- go mod download
4+
builds:
5+
- env:
6+
- CGO_ENABLED=0
7+
archive:
8+
replacements:
9+
darwin: Darwin
10+
linux: Linux
11+
windows: Windows
12+
386: i386
13+
amd64: x86_64
14+
checksum:
15+
name_template: 'checksums.txt'
16+
snapshot:
17+
name_template: "{{ .Tag }}-next"
18+
changelog:
19+
sort: asc
20+
filters:
21+
exclude:
22+
- '^docs:'
23+
- '^test:'

0 commit comments

Comments
 (0)