Skip to content

Commit 99d8593

Browse files
committed
Add "Change" and "Update Dependencies" sections
1 parent 2f1dbf2 commit 99d8593

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/release.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
changelog:
22
categories:
3-
- title: "Bug fixes"
4-
labels:
5-
- bug
63
- title: "Breaking changes"
74
labels:
85
- "breaking change"
96
- title: "New features"
107
labels:
118
- "new feature"
9+
- title: "Bug fixes"
10+
labels:
11+
- bug
12+
- title: Changes
13+
labels:
14+
- change
1215
- title: Deprecated
1316
labels:
1417
- deprecate
1518
- title: Removed
1619
labels:
1720
- remove
21+
- title: "Update Dependencies"
22+
labels:
23+
- dependencies
1824
- title: Others
1925
labels:
2026
- "*"

0 commit comments

Comments
 (0)