We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2149d59 commit 30d547cCopy full SHA for 30d547c
1 file changed
.goreleaser.yml
@@ -0,0 +1,24 @@
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
+ - go mod download
6
+builds:
7
+- env:
8
+ - CGO_ENABLED=0
9
+archives:
10
+- replacements:
11
+ darwin: Darwin
12
+ linux: Linux
13
+ 386: i386
14
+ amd64: x86_64
15
+checksum:
16
+ name_template: 'checksums.txt'
17
+snapshot:
18
+ name_template: "{{ .Tag }}-next"
19
+changelog:
20
+ sort: asc
21
+ filters:
22
+ exclude:
23
+ - '^docs:'
24
+ - '^test:'
0 commit comments