Skip to content

Commit 6ceaa07

Browse files
committed
Add simple release note automation
1 parent deac07d commit 6ceaa07

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/realease.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
changelog:
2+
categories:
3+
- title: 🛠 Breaking Changes
4+
labels:
5+
- T-Breaking-Change
6+
- title: ✨ Features
7+
labels:
8+
- T-Enhancement
9+
- title: Others
10+
labels:
11+
- "*"
12+
exclude:
13+
labels:
14+
- dependencies
15+
- title: 👒 Dependencies
16+
labels:
17+
- dependencies

0 commit comments

Comments
 (0)