Skip to content

Commit 6546da2

Browse files
committed
chore: remove duplicate linux_amd64 build target
1 parent 7a92d73 commit 6546da2

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ builds:
1010
- "darwin_amd64"
1111
- "windows_amd64"
1212
- "linux_amd64"
13-
- "linux_amd64"
1413
ldflags:
1514
- -X 'github.com/pubgo/funk/version.version={{ .Version }}'
1615
- -X 'github.com/pubgo/funk/version.project=fastcommit'
@@ -37,40 +36,3 @@ checksum:
3736
name_template: 'checksums.txt'
3837
snapshot:
3938
name_template: "{{ incpatch .Version }}-next"
40-
41-
changelog:
42-
disable: false
43-
use: github
44-
format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
45-
sort: asc
46-
abbrev: -1
47-
groups:
48-
- title: Features
49-
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
50-
order: 0
51-
- title: "Bug fixes"
52-
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
53-
order: 1
54-
- title: "Performance optimization"
55-
regexp: '^.*?opt(\([[:word:]]+\))??!?:.+$'
56-
order: 2
57-
- title: "Miscellaneous changes"
58-
regexp: '^.*?chore(\([[:word:]]+\))??!?:.+$'
59-
order: 3
60-
- title: "Code refactoring"
61-
regexp: '^.*?refactor(\([[:word:]]+\))??!?:.+$'
62-
order: 4
63-
- title: "Test code changes"
64-
regexp: '^.*?test(\([[:word:]]+\))??!?:.+$'
65-
order: 5
66-
- title: Documentation
67-
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
68-
order: 6
69-
- title: "Reverting changes"
70-
regexp: '^.*?revert(\([[:word:]]+\))??!?:.+$'
71-
order: 7
72-
- title: "Version releases"
73-
regexp: '^.*?release(\([[:word:]]+\))??!?:.+$'
74-
order: 8
75-
- title: Others
76-
order: 999

0 commit comments

Comments
 (0)