Skip to content

Commit

Permalink
chore: add breaking change release label
Browse files Browse the repository at this point in the history
makes sure that we can use the `breaking-change` label to correctly mark changes that can lead to regressions if not taken care of.
  • Loading branch information
jakobmoellerdev committed Nov 19, 2024
1 parent 05a8228 commit 96371a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ exclude-labels:
- 'triage/wont-fix'
- 'triage/invalid'
categories:
- title: '⚠️ Breaking Changes'
labels:
- 'breaking-change'
- title: '🚀 Features'
labels:
- 'kind/enhancement'
Expand Down

0 comments on commit 96371a0

Please sign in to comment.