Skip to content

Commit 03bbf72

Browse files
committed
goreleaser
Signed-off-by: Khash Sajadi <khash@cloud66.com>
1 parent ecba7a5 commit 03bbf72

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+
before:
2+
hooks:
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)