Skip to content

Commit 20f4ca9

Browse files
committed
chore: update release categories in release.yaml
- Added new categories for Performance Improvements, Code Refactoring, Tests, Build System, CI/CD, and Reverts to the release configuration. - Renamed "Other changes" to "Code Style" for better clarity. - Updated labels associated with each category to reflect the changes.
1 parent 8363735 commit 20f4ca9

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

β€Ž.github/release.yamlβ€Ž

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,41 @@
11
changelog:
2-
exclude:
3-
authors:
4-
- renovate
52
categories:
63
- title: Breaking Changes πŸ› 
74
labels:
8-
- breaking-change
5+
- breaking
96
- title: Exciting New Features πŸŽ‰
107
labels:
118
- feat
129
- title: Important Bug Fixes πŸ›
1310
labels:
1411
- fix
12+
- title: Performance Improvements ⚑
13+
labels:
14+
- perf
15+
- title: Code Refactoring πŸ”§
16+
labels:
17+
- refactor
1518
- title: Documentation πŸ“š
1619
labels:
1720
- docs
18-
- title: Other changes πŸ—οΈ
21+
- title: Code Style πŸ’…
1922
labels:
20-
- chore
23+
- style
24+
- title: Tests πŸ§ͺ
25+
labels:
26+
- test
27+
- title: Build System πŸ—οΈ
28+
labels:
29+
- build
30+
- title: CI/CD πŸš€
31+
labels:
32+
- ci
33+
- title: Reverts ↩️
34+
labels:
35+
- revert
2136
- title: Dependencies πŸ“¦
2237
labels:
2338
- dependencies
39+
- title: Other Changes πŸ”¨
40+
labels:
41+
- chore

0 commit comments

Comments
Β (0)