Skip to content

Commit e1238dd

Browse files
committed
chore: add release notes configuration for auto-generated changelogs
1 parent b830b7f commit e1238dd

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- skip-changelog
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: Bug Fixes
9+
labels:
10+
- bug
11+
- fix
12+
- title: New Features
13+
labels:
14+
- feature
15+
- enhancement
16+
- title: Breaking Changes
17+
labels:
18+
- breaking
19+
- title: Other Changes
20+
labels:
21+
- "*"

0 commit comments

Comments
 (0)