Skip to content

Commit f5fcad2

Browse files
committed
CI: add Improved into change-log
1 parent 0ae4fe5 commit f5fcad2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/build_change_log.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'api-change:': typs['api-change'],
2626
'new-feature:': typs['new-feature'],
2727
'improve:': typs['improve'],
28+
'Improve:': typs['improve'],
2829
'internal:': typs['internal'],
2930
'doc:': typs['doc'],
3031
'refactor:': typs['refactor'],
@@ -68,11 +69,12 @@
6869

6970
category_display = {
7071
"data-change": "DataChanged",
71-
"api-change": "Changed",
72+
"api-change": "Changed",
7273
"new-feature": "Added",
73-
"dep": "Dependency",
74-
"fixbug": "Fixed",
75-
"fixdoc": "Fixed",
74+
"improve": "Improved",
75+
"dep": "Dependency",
76+
"fixbug": "Fixed",
77+
"fixdoc": "Fixed",
7678

7779
}
7880

0 commit comments

Comments
 (0)