Skip to content

Commit e0c881c

Browse files
committed
chore: add automatic release categorization
1 parent b3f9ae4 commit e0c881c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
authors:
6+
- octocat
7+
categories:
8+
- title: ⭐ New features
9+
labels:
10+
- feature
11+
- enhancement
12+
- title: 🛠 Fixes
13+
labels:
14+
- bug
15+
- title: ⚙️ Dependency updates
16+
labels:
17+
- dependencies
18+
- title: 🧰 Other changes
19+
labels:
20+
- "*"

0 commit comments

Comments
 (0)