Skip to content

Commit

Permalink
chore: capture breaking changes in the different sections when adding…
Browse files Browse the repository at this point in the history
… labels
  • Loading branch information
mdelapenya committed Dec 10, 2024
1 parent 49def8c commit 55e3f7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ autolabeler:
- '/^[a-z]+(\(.+\))?!\:/i'
- label: 'security'
title:
- '/^security(\(.+\))?\:/i'
- '/^security(\(.+\))?!?\:/i'
- label: 'feature'
title:
- '/^feat(\(.+\))?\:/i'
- '/^feat(\(.+\))?!?\:/i'
- label: 'bug'
title:
- '/^(fix|bug)(\(.+\))?\:/i'
- '/^(fix|bug)(\(.+\))?!?\:/i'
- label: 'documentation'
title:
- '/^docs(\(.+\))?\:/i'
- '/^docs(\(.+\))?!?\:/i'
- label: 'chore'
title:
- '/^chore(\(.+\))?\:/i'
- '/^chore(\(.+\))?!?\:/i'
- label: 'dependencies'
title:
- '/^deps(\(.+\))?\:/i'
- '/^deps(\(.+\))?!?\:/i'

0 comments on commit 55e3f7d

Please sign in to comment.