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 b03d833 commit a3220d3Copy full SHA for a3220d3
.github/release.yml
@@ -4,16 +4,13 @@ changelog:
4
exclude:
5
labels:
6
- ignore-for-release
7
- - dependencies
8
- duplicate
9
- wontfix
10
- authors:
11
- - dependabot
12
categories:
13
- title: 💥 Breaking Changes
14
15
- breaking
16
- - title: 🚀 New Features
+ - title: 🚀 New Features
17
18
- feature
19
- enhancement
@@ -23,6 +20,12 @@ changelog:
23
20
- title: 🏠 Internal
24
21
25
22
- internal
+ - title: 📦 Dependencies
+ labels:
+ - dependencies
26
+ - title: 📄 Documentation
27
28
+ - documentation
29
- title: Other Changes
30
31
- '*'
0 commit comments