Skip to content

Commit bc72f9d

Browse files
committed
chore: add release notes config with Breaking Changes section
Auto-generated GitHub release notes now categorise PRs labelled "breaking" under a dedicated "Breaking Changes" section.
1 parent 0d63da8 commit bc72f9d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.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)