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 95a2386 commit 3996948Copy full SHA for 3996948
.goreleaser.yaml
@@ -5,15 +5,13 @@ version: 2
5
6
before:
7
hooks:
8
- # You may remove this if you don't use go modules.
9
- go mod tidy
10
11
builds:
12
- env:
13
- CGO_ENABLED=0
14
goos:
15
- linux
16
- - windows
17
- darwin
18
goarch:
19
- amd64
@@ -30,7 +28,6 @@ gomod:
30
28
31
29
release:
32
github:
33
- owner: gavincarr
34
name: seedkit
35
36
env_files:
@@ -46,14 +43,4 @@ archives:
46
43
{{- else if eq .Arch "386" }}i386
47
44
{{- else }}{{ .Arch }}{{ end }}
48
45
{{- if .Arm }}v{{ .Arm }}{{ end }}
49
- # use zip for windows archives
50
- format_overrides:
51
- - goos: windows
52
- format: zip
53
-
54
-changelog:
55
- sort: asc
56
- filters:
57
- exclude:
58
- - "^docs:"
59
- - "^test:"
+
0 commit comments