Skip to content

Commit bd9ad97

Browse files
bors[bot]meili-bot
andauthored
Merge #196
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 <[email protected]>
2 parents 473198d + 133aa18 commit bd9ad97

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/release-draft-template.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ version-resolver:
88
- 'breaking-change'
99
default: patch
1010
categories:
11-
- title: 'Breaking changes ⚠️'
11+
- title: '⚠️ Breaking changes'
1212
label: 'breaking-change'
13+
- title: '🚀 Enhancements'
14+
label: 'enhancement'
15+
- title: '🐛 Bug Fixes'
16+
label: 'bug'
17+
- title: '🔒 Security'
18+
label: 'security'
1319
template: |
14-
## Changes
15-
1620
$CHANGES
1721
1822
Thanks again to $CONTRIBUTORS! 🎉

0 commit comments

Comments
 (0)