Skip to content

Commit dedafca

Browse files
authored
Merge pull request #2474 from thomhurst/chore/release-notes-breaking-category
chore: add release notes config with Breaking Changes section
2 parents 0d63da8 + bc72f9d commit dedafca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
changelog:
2+
categories:
3+
- title: ⚠️ Breaking Changes
4+
labels:
5+
- breaking
6+
- title: Other Changes
7+
labels:
8+
- "*"

0 commit comments

Comments
 (0)