ci: generate changelog based on labels
This commit is contained in:
18
.github/.release.yml
vendored
Normal file
18
.github/.release.yml
vendored
Normal 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:
|
||||
- "*"
|
||||
Reference in New Issue
Block a user