Skip to content

Commit 0ac870f

Browse files
committed
chore: add release notes generation config
1 parent 6a10f11 commit 0ac870f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- "type: dependencies"
5+
- "dependencies"
6+
categories:
7+
- title: "✨ Features"
8+
labels:
9+
- "type: enhancement"
10+
- "enhancement"
11+
- title: "🔧 Changes"
12+
labels:
13+
- "breaking"
14+
- title: "🐛 Fixes"
15+
labels:
16+
- "type: bug"
17+
- "bug"
18+
- title: "📚 Documentation"
19+
labels:
20+
- "type: documentation"
21+
- "documentation"
22+
- title: "Other"
23+
labels:
24+
- "*"

0 commit comments

Comments
 (0)