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 991b39c commit 085df2aCopy full SHA for 085df2a
.goreleaser.yml
@@ -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