Skip to content

Commit 895aaaf

Browse files
committed
docs: add release.yml to categorize release notes by pull request label
1 parent eb1feba commit 895aaaf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/release.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
changelog:
2+
categories:
3+
- title: 🎉 Features
4+
labels:
5+
- feature
6+
- title: ✨ Refinements
7+
labels:
8+
- refinement
9+
- title: 🐛 Bug Fixes
10+
labels:
11+
- bug
12+
- title: 🏠 Maintenances
13+
labels:
14+
- maintenance
15+
- title: 📝 Documentation
16+
labels:
17+
- documentation
18+
- title: Others
19+
labels:
20+
- "*"

0 commit comments

Comments
 (0)