chore: format release please changelogs

This commit is contained in:
Abhishek Kumar 2026-06-02 13:42:55 +05:30
parent 51ab9303ec
commit 8b9059fbe2
6 changed files with 86 additions and 18 deletions

25
.github/release.yml vendored Normal file
View file

@ -0,0 +1,25 @@
changelog:
exclude:
labels:
- chore
- "autorelease: pending"
- "autorelease: tagged"
categories:
- title: Features
labels:
- feat
- title: Bug Fixes
labels:
- fix
- title: Documentation
labels:
- docs
- title: Performance Improvements
labels:
- perf
- title: Code Refactoring
labels:
- refactor
- title: Other Changes
labels:
- "*"