ci: generate changelog based on labels

This commit is contained in:
Mateusz Filipowicz
2025-02-07 15:19:49 +01:00
parent 3db2b31f6f
commit a4652c03c2

18
.github/.release.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
changelog:
exclude:
labels:
- ignore-for-release
- dependencies
categories:
- title: Breaking Changes 🛠
labels:
- breaking
- title: New Features 🎉
labels:
- feature
- title: Fixes 🔧
labels:
- fix
- title: Other Changes
labels:
- "*"