Skip to content

Commit 6c6dd5c

Browse files
authored
Update release notes config to group by label and exclude dependabot (#404)
1 parent 0dc79e0 commit 6c6dd5c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,18 @@ changelog:
22
exclude:
33
authors:
44
- dependabot
5+
labels:
6+
- dependencies
7+
categories:
8+
- title: New
9+
labels:
10+
- new
11+
- title: Deprecated
12+
labels:
13+
- deprecated
14+
- title: Refined
15+
labels:
16+
- refined
17+
- title: Other Changes
18+
labels:
19+
- "*"

0 commit comments

Comments
 (0)