Skip to content

Commit ef45a7c

Browse files
feat(release): add changelog configuration for new features and bug fixes
1 parent d5d063b commit ef45a7c

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+
changelog:
2+
categories:
3+
- title: New Features 🎉
4+
labels:
5+
- "enhancement"
6+
- title: Bug Fix 🦋
7+
labels:
8+
- "bug"
9+
# - title: Dependencies 🤖
10+
# labels:
11+
# - "dependencies"
12+
# authors:
13+
# - dependabot
14+
- title: Others 🛠
15+
labels:
16+
- "*"

0 commit comments

Comments
 (0)