Skip to content

Commit

Permalink
fix: github release notes not working (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Oct 28, 2024
1 parent b2a4026 commit 548de94
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
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: '🎨 GUI'
label: 'gui'
labels:
- 'gui'
- title: '💻 Backend'
label: 'backend'
labels:
- 'backend'
- title: 'Other Changes'
labels:
- "*"
exclude:
labels:
- 'skip-changelog'

0 comments on commit 548de94

Please sign in to comment.