Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ categories:
- title: '🧰 Maintenance'
labels:
- 'chore' # When a chore is done
- 'ci' # When CI is updated
- 'dependencies' # When dependencies are updated
- title: '⚙️ Automation'
labels:
- 'automation' # When automation is updated
- 'ci' # When automation is updated
exclude-labels:
- 'changelog:skip' # When a PR should be excluded from the changelog
version-resolver:
Expand Down
Loading