Skip to content

Commit 82f1af7

Browse files
authored
Merge pull request #9 from okaryo/ci/release-yml
Add release.yml to categorize release notes by pull request labels
2 parents caafb47 + 895aaaf commit 82f1af7

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)