Skip to content

Commit 3996948

Browse files
committed
build: try simplifying .goreleaser.yaml
1 parent 95a2386 commit 3996948

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ version: 2
55

66
before:
77
hooks:
8-
# You may remove this if you don't use go modules.
98
- go mod tidy
109

1110
builds:
1211
- env:
1312
- CGO_ENABLED=0
1413
goos:
1514
- linux
16-
- windows
1715
- darwin
1816
goarch:
1917
- amd64
@@ -30,7 +28,6 @@ gomod:
3028

3129
release:
3230
github:
33-
owner: gavincarr
3431
name: seedkit
3532

3633
env_files:
@@ -46,14 +43,4 @@ archives:
4643
{{- else if eq .Arch "386" }}i386
4744
{{- else }}{{ .Arch }}{{ end }}
4845
{{- 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:"
46+

0 commit comments

Comments
 (0)