forked from github-starred/hyprgui
fix: github release notes not working (#48)
This commit is contained in:
18
.github/release.yml
vendored
18
.github/release.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user