Skip to content

Commit

Permalink
make release-drafter use bug label instead of bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Oct 20, 2024
1 parent aac29dc commit 4dc0491
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories:
- title: 'New Features'
label: 'feature'
- title: 'Bug Fixes'
label: 'bugfix'
label: 'bug'
- title: 'Documentation'
label: 'documentation'
- title: 'Other'
Expand All @@ -32,7 +32,7 @@ version-resolver:
- 'feature'
patch:
labels:
- 'bugfix'
- 'bug'
- 'documentation'
- 'other'
default: 'patch'
Expand All @@ -42,11 +42,11 @@ autolabeler:
- '/\bfeature\b/i'
title:
- '/\bfeature\b/i'
- label: 'bugfix'
- label: 'bug'
branch:
- '/\b(bugfix|fix)\b/i'
- '/\b(bug|bugfix|fix)\b/i'
title:
- '/\b(bugfix|fix)\b/i'
- '/\b(bug|bugfix|fix)\b/i'
- label: 'documentation'
branch:
- '/\b(documentation|docs)\b/i'
Expand Down

0 comments on commit 4dc0491

Please sign in to comment.