Skip to content

Commit cec2208

Browse files
committed
Fix the config for goreleaser
1 parent 3a6df94 commit cec2208

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.goreleaser.yml

+13-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@ builds:
44
goarch:
55
- amd64
66
- arm64
7-
archive:
8-
replacements:
9-
darwin: Darwin
10-
linux: Linux
11-
files:
12-
- LICENSE
13-
- README.md
7+
goos:
8+
- darwin
9+
- linux
10+
archives:
11+
- replacements:
12+
darwin: Darwin
13+
linux: Linux
14+
files:
15+
- LICENSE
16+
- README.md
1417
checksum:
1518
name_template: "checksums.txt"
1619
snapshot:
1720
name_template: "{{ .Tag }}-next"
1821
changelog:
1922
sort: asc
23+
filters:
24+
exclude:
25+
- "^Merge"

0 commit comments

Comments
 (0)