Skip to content

Commit d95535d

Browse files
author
markzegarelli
committed
add release note template
1 parent 6386a92 commit d95535d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/release.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
changelog:
2+
exlclude:
3+
labels:
4+
- automated-reposync-pr
5+
- autoupdate
6+
categories:
7+
- title: New Features
8+
labels:
9+
- new-feature
10+
- title: New Integration Docs
11+
labels:
12+
- new-integration
13+
- title: Improvements
14+
labels:
15+
- enhancement
16+
- title: Fixes
17+
labels:
18+
- fixed-content
19+
- title: Other Updates
20+
labels:
21+
- "*"

0 commit comments

Comments
 (0)