Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 133e7c3

Browse files
authoredSep 29, 2023
cherry-pick(#7096): Catchall for bug fix PRs and add performance category (#7100)
cherry-pick(7096): 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 f13ed68 commit 133e7c3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎.github/release.yml

Lines changed: 6 additions & 3 deletions
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)
Please sign in to comment.