Skip to content

Commit d68f808

Browse files
authored
Add release.yml for auto-generated changelogs (#391)
That file is parsed by GitHub when creating releases which makes the release process easier. Basically, PRs are grouped by their labels.
1 parent 6d95840 commit d68f808

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+
---
2+
changelog:
3+
exclude:
4+
labels:
5+
- release
6+
categories:
7+
- title: Bugfixes
8+
labels:
9+
- bugfix
10+
- bug
11+
- title: New features
12+
labels:
13+
- enhancement
14+
- title: Documentation
15+
labels:
16+
- documentation
17+
- title: CI/ Repo / Packages
18+
labels:
19+
- CI
20+
- package
21+
- dependencies
22+
- title: Other
23+
labels:
24+
- "*"

0 commit comments

Comments
 (0)