Skip to content

Commit

Permalink
chore: do not admit uppercase types
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 10, 2024
1 parent 9d041f5 commit dd31b63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ categories:
autolabeler:
- label: 'breaking change'
title:
- '/^[a-z]+(\(.+\))?!\:/i'
- '/^[a-z]+(\(.+\))?!\:/'
- label: 'security'
title:
- '/^security(\(.+\))?!?\:/i'
- '/^security(\(.+\))?!?\:/'
- label: 'feature'
title:
- '/^feat(\(.+\))?!?\:/i'
- '/^feat(\(.+\))?!?\:/'
- label: 'bug'
title:
- '/^(fix|bug)(\(.+\))?!?\:/i'
- '/^(fix|bug)(\(.+\))?!?\:/'
- label: 'documentation'
title:
- '/^docs(\(.+\))?!?\:/i'
- '/^docs(\(.+\))?!?\:/'
- label: 'chore'
title:
- '/^chore(\(.+\))?!?\:/i'
- '/^chore(\(.+\))?!?\:/'
- label: 'dependencies'
title:
- '/^deps(\(.+\))?!?\:/i'
- '/^deps(\(.+\))?!?\:/'

0 comments on commit dd31b63

Please sign in to comment.