Skip to content

Commit f9ec115

Browse files
committed
👷 Update changelog rules
1 parent 5d60088 commit f9ec115

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,22 @@ changelog:
6161
abbrev: 0
6262
groups:
6363
- title: "Features"
64-
regexp: "^.*?:sparkles:.+"
64+
regexp: "^:(boom|sparkles|art|zap|recycle|wheelchair|children_crossing):.+"
6565
order: 0
66-
- title: "Bug Fixes"
67-
regexp: "^.*?:bug:.+"
66+
- title: "Bug Fixes and Tests"
67+
regexp: "^:(bug|ambulance|white_check_mark|lock|rotating_light|pencil2):.+"
6868
order: 1
6969
- title: "Documentation"
70-
regexp: "^.*?:memo:.+"
70+
regexp: "^:memo:.+"
7171
order: 2
72-
- title: "Others"
72+
- title: "CI/CD"
73+
regexp: "^:(green_heart|construction_worker|rocket):.+"
7374
order: 3
75+
- title: "Others"
76+
order: 999
77+
filters:
78+
exclude:
79+
- "^.*?:arrow_up:.+"
7480

7581
release:
7682
discussion_category_name: General

0 commit comments

Comments
 (0)