Skip to content

Commit b8a8a09

Browse files
committed
Add .goreleaser.yml.
1 parent 1452378 commit b8a8a09

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.goreleaser.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This is an example goreleaser.yaml file with some sane defaults.
2+
# Make sure to check the documentation at http://goreleaser.com
3+
builds:
4+
- env:
5+
- CGO_ENABLED=0
6+
archive:
7+
replacements:
8+
darwin: Darwin
9+
linux: Linux
10+
windows: Windows
11+
386: i386
12+
amd64: x86_64
13+
checksum:
14+
name_template: 'checksums.txt'
15+
snapshot:
16+
name_template: "{{ .Tag }}-next"
17+
changelog:
18+
sort: asc
19+
filters:
20+
exclude:
21+
- '^docs:'
22+
- '^test:'

0 commit comments

Comments
 (0)