Skip to content

Commit ed7c5f8

Browse files
committed
fix goreleaser
1 parent e87d1ed commit ed7c5f8

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.goreleaser.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# This is an example goreleaser.yaml file with some sane defaults.
22
# Make sure to check the documentation at http://goreleaser.com
33
before:
4-
hooks:
5-
# You may remove this if you don't use go modules.
6-
- go mod download
7-
# you may remove this if you don't need go generate
8-
- go generate ./...
4+
hooks:
5+
# You may remove this if you don't use go modules.
6+
- go mod download
7+
# you may remove this if you don't need go generate
8+
- go generate ./...
99
builds:
10-
- env:
11-
- CGO_ENABLED=0
12-
goos:
13-
- linux
14-
- windows
15-
- darwin
16-
archives:
17-
- replacements:
18-
darwin: Darwin
19-
linux: Linux
20-
windows: Windows
21-
386: i386
22-
amd64: x86_64
10+
- env:
11+
- CGO_ENABLED=0
12+
goos:
13+
- linux
14+
- windows
15+
- darwin
16+
# archives:
17+
# - replacements:
18+
# darwin: Darwin
19+
# linux: Linux
20+
# windows: Windows
21+
# 386: i386
22+
# amd64: x86_64
2323
checksum:
24-
name_template: 'checksums.txt'
24+
name_template: "checksums.txt"
2525
snapshot:
26-
name_template: "{{ .Tag }}-next"
26+
name_template: "{{ .Tag }}-next"
2727
changelog:
28-
sort: asc
29-
filters:
30-
exclude:
31-
- '^docs:'
32-
- '^test:'
28+
sort: asc
29+
filters:
30+
exclude:
31+
- "^docs:"
32+
- "^test:"

0 commit comments

Comments
 (0)