Skip to content

Commit f94809f

Browse files
committed
Add a release config file for GitHub release note auto-generation
Github allows customizing the auto-generated changelogs. This is a first attempt to configure that.
1 parent ec50e59 commit f94809f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
changelog:
3+
exclude:
4+
labels:
5+
- release
6+
categories:
7+
- title: Bugfixes
8+
labels:
9+
- bugfix
10+
- title: New features
11+
labels:
12+
- enhancement
13+
- title: Documentation
14+
labels:
15+
- documentation
16+
- title: CI/ Repo / Packages
17+
labels:
18+
- CI
19+
- package
20+
- dependencies
21+
- title: Other
22+
labels:
23+
- "*"

0 commit comments

Comments
 (0)