Skip to content

Commit 785178f

Browse files
bors[bot]curquiza
andauthored
Merge #320
320: Add categories to release-drafter r=alallema a=curquiza This PR is an example of what I'm going to add to every repository. I am inspired by what is already done in the Gatsby integration (based on our meeting discussion I guess 😇) This PR is a final validation before implementation! (and a check it will work as expected). ⚠️ 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. We discussed it during our weekly meeting and you say you are ok with this addition in your process, **do you still agree with this**? In the future, we might want to add tool to enforce a label to be present as requirement to merge a PR. Co-authored-by: Clémentine Urquizar <[email protected]>
2 parents bf8f5ae + 022b943 commit 785178f

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)