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 3a6df94 commit cec2208Copy full SHA for cec2208
.goreleaser.yml
@@ -4,16 +4,22 @@ builds:
4
goarch:
5
- amd64
6
- arm64
7
-archive:
8
- replacements:
9
- darwin: Darwin
10
- linux: Linux
11
- files:
12
- - LICENSE
13
- - README.md
+ goos:
+ - darwin
+ - linux
+archives:
+ - replacements:
+ darwin: Darwin
+ linux: Linux
14
+ files:
15
+ - LICENSE
16
+ - README.md
17
checksum:
18
name_template: "checksums.txt"
19
snapshot:
20
name_template: "{{ .Tag }}-next"
21
changelog:
22
sort: asc
23
+ filters:
24
+ exclude:
25
+ - "^Merge"
0 commit comments