Skip to content

Commit c81bf10

Browse files
chore: add breaking section to release drafter (#42)
* chore: add breaking section to release drafter * Update .github/release-drafter.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent e5afbb4 commit c81bf10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name-template: 'v$RESOLVED_VERSION'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
4+
- title: 💥 Breaking changes
5+
labels:
6+
- breaking
47
- title: '🚀 Features and Improvements'
58
labels:
69
- 'enhancement'

0 commit comments

Comments
 (0)