Skip to content

Commit 4aa383f

Browse files
authored
Auto generate release notes (#529)
* Create release.yml * Update release.yml
1 parent 912aaf4 commit 4aa383f

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
5+
- octocat
6+
categories:
7+
- title: Added
8+
labels:
9+
- enhancement
10+
- title: Deprecated
11+
labels:
12+
- deprecated
13+
- title: Removed
14+
labels:
15+
- removed
16+
- title: Fixed
17+
labels:
18+
- bug
19+
- title: Security
20+
labels:
21+
- security
22+
- title: Changed
23+
labels:
24+
- "*"

0 commit comments

Comments
 (0)