We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a2da0 commit 727eb2fCopy full SHA for 727eb2f
.gitignore
@@ -0,0 +1 @@
1
+/dist/
.goreleaser.yml
@@ -0,0 +1,22 @@
+builds:
2
+- env:
3
+ - CGO_ENABLED=0
4
+archive:
5
+ replacements:
6
+ darwin: Darwin
7
+ linux: Linux
8
+ windows: Windows
9
+ 386: i386
10
+ amd64: x86_64
11
+checksum:
12
+ name_template: 'checksums.txt'
13
+snapshot:
14
+ name_template: "{{ .Tag }}-next"
15
+changelog:
16
+ sort: asc
17
+ filters:
18
+ exclude:
19
+ - '^docs:'
20
+ - '^test:'
21
+ - '^fix:'
22
+ - 'readme'
0 commit comments