We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfe1fb commit aec0b7eCopy full SHA for aec0b7e
.changelog.yml
@@ -22,20 +22,25 @@ groups:
22
name: FEATURES
23
labels:
24
- type/feature
25
- -
26
- name: API
27
- labels:
28
- - modifies/api
29
-
30
name: ENHANCEMENTS
31
32
- type/enhancement
33
- - type/refactoring
34
- - topic/ui
+ -
+ name: PERFORMANCE
+ labels:
+ - performance/memory
+ - performance/speed
+ - performance/bigrepo
35
+ - performance/cpu
36
37
name: BUGFIXES
38
39
- type/bug
40
41
+ name: API
42
43
+ - modifies/api
44
45
name: TESTING
46
0 commit comments