Skip to content

Commit f5d260a

Browse files
committed
configure categories for github auto-generated release notes
1 parent 7598366 commit f5d260a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Configuration for auto-generated release notes
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
4+
changelog:
5+
categories:
6+
- title: Breaking changes
7+
labels:
8+
- breaking-change
9+
- title: New features
10+
labels:
11+
- feature
12+
- title: Bugfixes and other changes
13+
labels:
14+
- '*'
15+
exclude:
16+
labels:
17+
- breaking-change
18+
- feature
19+
- dependencies
20+
- title: Dependency upgrades
21+
labels:
22+
- dependencies

0 commit comments

Comments
 (0)