Skip to content

Commit 1c480a7

Browse files
authored
Add release notes template (#8)
1 parent 9e1ecec commit 1c480a7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: Enhancements
9+
labels:
10+
- enhancement
11+
- title: Bugfixes
12+
labels:
13+
- bug
14+
- title: Other changes
15+
labels:
16+
- "*"

0 commit comments

Comments
 (0)