Skip to content

Commit e3aad1d

Browse files
committed
meta: add a release configuration file
Let's let GitHub handle our release notes as much as possible: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
1 parent 4467bd6 commit e3aad1d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
changelog:
2+
categories:
3+
- title: New features
4+
labels:
5+
- feature
6+
- title: Bug fixes
7+
labels:
8+
- bug
9+
- title: Code cleanups
10+
labels:
11+
- cleanup
12+
- title: CI improvements
13+
labels:
14+
- build
15+
- title: Documentation improvements
16+
labels:
17+
- documentation
18+
- title: Other Changes
19+
labels:
20+
- '*'

0 commit comments

Comments
 (0)