Skip to content

Commit

Permalink
Add configuration for grouping PRs in release notes into categories
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Aug 6, 2024
1 parent 9475cb2 commit d0731d6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
changelog:
categories:
- title: '✨ Features'
labels:
- 'feature'
- 'enhancement'
- title: '🚀 Performance'
labels:
- 'performance'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'dependencies'
- 'tests'
- title: '📚️ Documentation'
labels:
- 'documentation'
- title: 'Miscellaneous'
labels:
- '*'
exclude:
labels:
- 'feature'
- 'enhancement'
- 'performance'
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- 'chore'
- 'dependencies'
- 'tests'
- 'documentation'

0 comments on commit d0731d6

Please sign in to comment.