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 17ab847 commit ff72c36Copy full SHA for ff72c36
.goreleaser.yml
@@ -0,0 +1,27 @@
1
+# This is an example goreleaser.yaml file with some sane defaults.
2
+# Make sure to check the documentation at http://goreleaser.com
3
+before:
4
+ hooks:
5
+ # you may remove this if you don't use vgo
6
+ # you may remove this if you don't need go generate
7
+ - go generate ./...
8
+builds:
9
+- env:
10
+ - CGO_ENABLED=0
11
+archive:
12
+ replacements:
13
+ darwin: Darwin
14
+ linux: Linux
15
+ windows: Windows
16
+ 386: i386
17
+ amd64: x86_64
18
+checksum:
19
+ name_template: 'checksums.txt'
20
+snapshot:
21
+ name_template: "{{ .Tag }}-next"
22
+changelog:
23
+ sort: asc
24
+ filters:
25
+ exclude:
26
+ - '^docs:'
27
+ - '^test:'
0 commit comments