fix: github release notes not working (#48)

This commit is contained in:
Adam Perkowski
2024-10-28 18:26:29 +00:00
committed by GitHub
parent 520dbfac24
commit 4215553fc6

18
.github/release.yml vendored
View File

@@ -1,15 +1,23 @@
changelog:
categories:
- title: '🚀 Features'
label: 'enhancement'
labels:
- 'enhancement'
- title: '🐛 Bug Fixes'
label: 'bug'
labels:
- 'bug'
- title: '📚 Documentation'
label: 'documentation'
labels:
- 'documentation'
- title: '🛠️ Refactoring'
label: 'refactor'
labels:
- 'refactor'
- title: '🚀 Performance'
label: 'performance'
labels:
- 'performance'
- title: 'Other Changes'
labels:
- "*"
exclude:
labels:
- 'skip-changelog'