Skip to content

Commit aec0b7e

Browse files
authored
Update .changelog file to add performance label group (go-gitea#33472)
1 parent fcfe1fb commit aec0b7e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.changelog.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,25 @@ groups:
2222
name: FEATURES
2323
labels:
2424
- type/feature
25-
-
26-
name: API
27-
labels:
28-
- modifies/api
2925
-
3026
name: ENHANCEMENTS
3127
labels:
3228
- type/enhancement
33-
- type/refactoring
34-
- topic/ui
29+
-
30+
name: PERFORMANCE
31+
labels:
32+
- performance/memory
33+
- performance/speed
34+
- performance/bigrepo
35+
- performance/cpu
3536
-
3637
name: BUGFIXES
3738
labels:
3839
- type/bug
40+
-
41+
name: API
42+
labels:
43+
- modifies/api
3944
-
4045
name: TESTING
4146
labels:

0 commit comments

Comments
 (0)