Skip to content

Commit 9f83381

Browse files
authored
Catchall for bug fix PRs and add performance category (#7096)
* Catchall for bug fix PRs and add performance category * Move Bug fixes to the bottom * Fix performance label
1 parent ab0e2d2 commit 9f83381

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ changelog:
99
exclude:
1010
labels:
1111
- type:feature
12-
- title: 🐛 Bug Fixes
13-
labels:
14-
- type:bug
1512
- title: 🔧 Maintenance
1613
labels:
1714
- type:maintenance
15+
- title: ⚡ Performance
16+
labels:
17+
- performance
1818
- title: 👒 Dependencies
1919
labels:
2020
- dependencies
21+
- title: 🐛 Bug Fixes
22+
labels:
23+
- '*'

0 commit comments

Comments
 (0)