Skip to content

Commit fdffe2d

Browse files
committed
fix: add github release notes changelog template
1 parent d6b5b86 commit fdffe2d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

release.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# .github/release.yml
2+
changelog:
3+
categories:
4+
- title: Breaking Changes 🛠
5+
labels:
6+
- breaking-change
7+
- title: 🎉 New Features
8+
labels:
9+
- enhancement
10+
- title: 👒 Bug Fixes
11+
labels:
12+
- bug
13+
- title: 👒 Dependencies
14+
labels:
15+
- dependencies
16+
- title: Documentation 🛠
17+
labels:
18+
- documentation
19+
- title: Other Changes
20+
labels:
21+
- "*"

0 commit comments

Comments
 (0)