We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d094139 commit 70213ecCopy full SHA for 70213ec
1 file changed
.github/release.yml
@@ -1,11 +1,22 @@
1
changelog:
2
+ exclude:
3
+ labels:
4
+ - ":chart_with_upwards_trend: dependency-update"
5
+ authors:
6
+ - dependabot
7
categories:
- - title: 🏕 Features
8
+ - title: "⚠️ Breaking changes"
9
labels:
- - '*'
- exclude:
- labels:
- - dependencies
- - title: 👒 Dependencies
10
+ - ":warning: breaking"
11
+ - title: "🚀 New features"
12
13
+ - ":rocket: feature"
14
+ - title: "📘 Documentation updates"
15
16
+ - ":blue_book: documentation"
17
+ - title: "🐛 Bug fixes"
18
19
+ - ":beetle: bug"
20
+ - title: Other Changes
21
22
+ - "*"
0 commit comments