Skip to content

Commit 930e834

Browse files
authored
Add release.yml (#1193)
1 parent 481c2ce commit 930e834

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# release.yml
2+
3+
changelog:
4+
categories:
5+
- title: ✨ Enhancements
6+
labels:
7+
- enhancement
8+
- title: 🐛 Bug Fixes
9+
labels:
10+
- bug
11+
- title: 📚 Documentation
12+
labels:
13+
- documentation
14+
- title: 🛠 Other Changes
15+
labels:
16+
- "*"

0 commit comments

Comments
 (0)