Skip to content

Commit f8b1be6

Browse files
Add release notes generation config
1 parent 5728ad2 commit f8b1be6

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+
# This file contains configuration for the automatic generation of release notes in GitHub.
2+
# It's not perfect, but it makes it a little less laborious to write informative release notes.
3+
# Also see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
4+
changelog:
5+
exclude:
6+
labels:
7+
- no releasenotes
8+
categories:
9+
- title: Major Changes 🛠
10+
labels:
11+
- major
12+
- title: New Features & Bugfixes 🎉
13+
labels:
14+
- defects
15+
- enhancements
16+
- feature-request
17+
- title: Docs & Maintenance 🔧
18+
labels:
19+
- docs
20+
- installation
21+
- maintenance
22+
- pre-commit
23+
- tests
24+
- "*"

0 commit comments

Comments
 (0)