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