Skip to content

Commit 085df2a

Browse files
committed
Added goreleaser file
1 parent 991b39c commit 085df2a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.goreleaser.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Check the documentation at http://goreleaser.com
2+
project_name: odm
3+
builds:
4+
main: ./cmd/odm/main.go
5+
- env:
6+
- CGO_ENABLED=0
7+
archive:
8+
format_overrides:
9+
- goos: windows
10+
format: zip
11+
replacements:
12+
darwin: Darwin
13+
linux: Linux
14+
windows: Windows
15+
386: i386
16+
amd64: x86_64
17+
checksum:
18+
name_template: 'checksums.txt'
19+
snapshot:
20+
name_template: "{{ .Tag }}-next"
21+
changelog:
22+
sort: asc
23+
filters:
24+
exclude:
25+
- '^docs:'
26+
- '^test:'

0 commit comments

Comments
 (0)