File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ builds:
31
31
goarch :
32
32
- amd64
33
33
- arm64
34
+ goamd64 :
35
+ - v1
36
+ goarm64 :
37
+ - v8.0
34
38
flags :
35
39
- -trimpath
36
40
- -tags=netgo
@@ -44,15 +48,18 @@ builds:
44
48
45
49
archives :
46
50
- format : binary
51
+ builds :
52
+ - yutu
53
+ name_template : " {{ .Binary }}"
47
54
48
55
source :
49
56
enabled : true
57
+ name_template : " {{ .ProjectName }}"
50
58
51
59
checksum :
52
60
algorithm : blake2b
53
61
split : true
54
62
ids :
55
- - yutu
56
63
- source
57
64
58
65
changelog :
@@ -61,16 +68,16 @@ changelog:
61
68
abbrev : 0
62
69
groups :
63
70
- title : " Features"
64
- regexp : " ^:(boom|sparkles|art|zap|recycle|wheelchair|children_crossing):.+"
71
+ regexp : " ^.*? :(boom|sparkles|art|zap|recycle|wheelchair|children_crossing):.+"
65
72
order : 0
66
73
- title : " Bug Fixes and Tests"
67
- regexp : " ^:(bug|ambulance|white_check_mark|lock|rotating_light|pencil2):.+"
74
+ regexp : " ^.*? :(bug|ambulance|white_check_mark|lock|rotating_light|pencil2):.+"
68
75
order : 1
69
76
- title : " Documentation"
70
- regexp : " ^:memo:.+"
77
+ regexp : " ^.*? :memo:.+"
71
78
order : 2
72
79
- title : " CI/CD"
73
- regexp : " ^:(green_heart|construction_worker|rocket):.+"
80
+ regexp : " ^.*? :(green_heart|construction_worker|rocket):.+"
74
81
order : 3
75
82
- title : " Others"
76
83
order : 999
You can’t perform that action at this time.
0 commit comments