Skip to content

Commit

Permalink
Update default to maintenance (#12022)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuie authored Jul 25, 2024
1 parent e4efe07 commit c68d96c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name-template: 'Prebid $RESOLVED_VERSION Release'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 New Features'
label: 'feature'
label: 'feature'
- title: '🛠 Maintenance'
label: 'maintenance'
label: 'maintenance'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
labels:
- 'fix'
- 'bugfix'
- 'bug'
default: maintenance
change-template: '- $TITLE (#$NUMBER)'
version-resolver:
major:
Expand Down

0 comments on commit c68d96c

Please sign in to comment.