Skip to content

Commit 4bbb04f

Browse files
authored
Add configuration for automated release notes (#2047)
1 parent 12598be commit 4bbb04f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.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+
- ignore-for-release
5+
- submodules
6+
authors:
7+
- mongodb-drivers-pr-bot
8+
categories:
9+
- title: Breaking Changes 🛠
10+
labels:
11+
- breaking-change
12+
- title: New Features
13+
labels:
14+
- enhancement
15+
- title: Fixed
16+
labels:
17+
- bug
18+
- fixed
19+
- title: Other Changes
20+
labels:
21+
- "*"

0 commit comments

Comments
 (0)