Skip to content

Commit a5cc165

Browse files
committed
chore: Add GitHub automatic release notes configuration
1 parent c9abcd2 commit a5cc165

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- appveyor
7+
- dependabot
8+
- github-actions
9+
categories:
10+
- title: New Features
11+
labels:
12+
- enhancement
13+
- title: Documentation and Localization
14+
labels:
15+
- documentation
16+
- locales
17+
- title: Bug Fixes
18+
labels:
19+
- bug
20+
- title: Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)