Skip to content

Commit

Permalink
Merge #196
Browse files Browse the repository at this point in the history
196: Add categories to the release drafter r=curquiza a=meili-bot

_This PR is auto-generated._

Add categories to release drafter to improve our release display.

⚠️ If no label is put, the PR will be put at the top of the changelog, but I don't recommend letting it. It means you will have to put a label on every PR from now.


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
  • Loading branch information
bors[bot] and meili-bot authored Nov 10, 2021
2 parents 473198d + 133aa18 commit bd9ad97
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/release-draft-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ version-resolver:
- 'breaking-change'
default: patch
categories:
- title: 'Breaking changes ⚠️'
- title: '⚠️ Breaking changes'
label: 'breaking-change'
- title: '🚀 Enhancements'
label: 'enhancement'
- title: '🐛 Bug Fixes'
label: 'bug'
- title: '🔒 Security'
label: 'security'
template: |
## Changes
$CHANGES
Thanks again to $CONTRIBUTORS! 🎉
Expand Down

0 comments on commit bd9ad97

Please sign in to comment.