Skip to content

Commit 82f3161

Browse files
committed
Add GitHub release notes generation config
1 parent d254b2e commit 82f3161

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore for release
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: Breaking Changes 🛠 ⚠️
9+
labels:
10+
- semver major
11+
- breaking change
12+
- title: New Features ✨
13+
labels:
14+
- semver minor
15+
- enhancement
16+
- title: Other Changes
17+
labels:
18+
- "*"

0 commit comments

Comments
 (0)