Skip to content

Commit 70213ec

Browse files
authored
Update release.yml
1 parent d094139 commit 70213ec

1 file changed

Lines changed: 18 additions & 7 deletions

File tree

.github/release.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
changelog:
2+
exclude:
3+
labels:
4+
- ":chart_with_upwards_trend: dependency-update"
5+
authors:
6+
- dependabot
27
categories:
3-
- title: 🏕 Features
8+
- title: "⚠️ Breaking changes"
49
labels:
5-
- '*'
6-
exclude:
7-
labels:
8-
- dependencies
9-
- title: 👒 Dependencies
10+
- ":warning: breaking"
11+
- title: "🚀 New features"
1012
labels:
11-
- dependencies
13+
- ":rocket: feature"
14+
- title: "📘 Documentation updates"
15+
labels:
16+
- ":blue_book: documentation"
17+
- title: "🐛 Bug fixes"
18+
labels:
19+
- ":beetle: bug"
20+
- title: Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)