Skip to content

Commit

Permalink
chore(release-drafter): add 'Uncategorized' section to draft config
Browse files Browse the repository at this point in the history
Added an 'Uncategorized' section in the release drafter
configuration to ensure that changes without specific labels
are still categorized in release notes. This helps maintain
clarity and organization in tracking changes that do not
fit into predefined categories.
  • Loading branch information
YidiDev committed Oct 5, 2024
1 parent fdaad9a commit 30371f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name-template: 'Release ${{ version }}'
tag-template: '${{ version }}'
categories:
- title: 'Uncategorized'
label: ''
- title: 'New Features'
labels: ['feature']
- title: 'Bug Fixes'
Expand Down

0 comments on commit 30371f4

Please sign in to comment.