Skip to content

Commit 97b7cda

Browse files
committed
Add configuration for automated release notes
1 parent dc48722 commit 97b7cda

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
- submodules
6+
authors:
7+
- mongodb-drivers-pr-bot
8+
- dependabot
9+
categories:
10+
- title: Breaking Changes 🛠
11+
labels:
12+
- breaking-change
13+
- title: New Features
14+
labels:
15+
- enhancement
16+
- title: Fixed
17+
labels:
18+
- bug
19+
- fixed
20+
- title: Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)