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 0de17ec commit 21088f2Copy full SHA for 21088f2
.github/release.yml
@@ -1,19 +1,24 @@
1
changelog:
2
- categories:
3
- - title: Enhancements
4
- labels:
5
- - enhancement
6
- - title: Bug fixes
7
8
- - bug
9
- - title: Documentation
10
11
- - documentation
12
- - examples
13
- - title: CI/CD
14
15
- - CI/CD
16
- - title: Maintenance
17
18
- - maintenance
19
- - dependencies
+ exclude:
+ authors:
+ - dependabot[bot]
+ categories:
+ - title: Enhancements
+ labels:
+ - enhancement
+ - title: Bug fixes
+ - bug
+ - title: Documentation
+ - documentation
+ - title: Examples
+ - examples
+ - title: CI/CD
20
+ - CI/CD
21
+ - title: Maintenance
22
23
+ - maintenance
24
+ - dependencies
0 commit comments