Skip to content

Commit 21088f2

Browse files
authored
Exclude dependabot from release notes and separate the Examples section from the Documentation section (#1754)
Signed-off-by: paul.profizi <[email protected]>
1 parent 0de17ec commit 21088f2

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

.github/release.yml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
changelog:
2-
categories:
3-
- title: Enhancements
4-
labels:
5-
- enhancement
6-
- title: Bug fixes
7-
labels:
8-
- bug
9-
- title: Documentation
10-
labels:
11-
- documentation
12-
- examples
13-
- title: CI/CD
14-
labels:
15-
- CI/CD
16-
- title: Maintenance
17-
labels:
18-
- maintenance
19-
- dependencies
2+
exclude:
3+
authors:
4+
- dependabot[bot]
5+
categories:
6+
- title: Enhancements
7+
labels:
8+
- enhancement
9+
- title: Bug fixes
10+
labels:
11+
- bug
12+
- title: Documentation
13+
labels:
14+
- documentation
15+
- title: Examples
16+
labels:
17+
- examples
18+
- title: CI/CD
19+
labels:
20+
- CI/CD
21+
- title: Maintenance
22+
labels:
23+
- maintenance
24+
- dependencies

0 commit comments

Comments
 (0)