File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ builds:
10
10
- " darwin_amd64"
11
11
- " windows_amd64"
12
12
- " linux_amd64"
13
- - " linux_amd64"
14
13
ldflags :
15
14
- -X 'github.com/pubgo/funk/version.version={{ .Version }}'
16
15
- -X 'github.com/pubgo/funk/version.project=fastcommit'
@@ -37,40 +36,3 @@ checksum:
37
36
name_template : ' checksums.txt'
38
37
snapshot :
39
38
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
You can’t perform that action at this time.
0 commit comments