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.
2 parents 5c3bc78 + 79f4586 commit a135d77Copy full SHA for a135d77
.goreleaser.yml
@@ -27,14 +27,6 @@ checksum:
27
name_template: 'checksums.txt'
28
snapshot:
29
name_template: "{{ .Tag }}-next"
30
-changelog:
31
- sort: asc
32
- filters:
33
- exclude:
34
- - '^docs:'
35
- - '^test:'
36
- - Merge pull request
37
- - Merge branch
38
release:
39
prerelease: true
40
header: |
@@ -90,8 +82,9 @@ nfpms:
90
82
darwin: macOS
91
83
linux: Linux
92
84
windows: Windows
85
+
93
86
universal_binaries:
94
- - replace: true
87
+- replace: true
95
88
96
89
changelog:
97
sort: asc
@@ -103,4 +96,3 @@ changelog:
103
- Merge pull request
104
- Merge branch
105
98
- go mod tidy
106
-
0 commit comments