Skip to content

Commit 207c2cb

Browse files
authored
Add a release notes template (#698)
1 parent 6433530 commit 207c2cb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
changelog:
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)