Skip to content

Commit 0523793

Browse files
committed
Add configuration for automated release notes
1 parent deff129 commit 0523793

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
- github_actions
6+
- submodules
7+
authors:
8+
- mongodb-drivers-pr-bot
9+
categories:
10+
- title: ⚠️ Breaking Changes
11+
labels:
12+
- breaking
13+
- title: ✨ New Features
14+
labels:
15+
- enhancement
16+
- feature
17+
- title: 🐛 Fixed
18+
labels:
19+
- bug
20+
- title: 📦 Dependency Updates
21+
labels:
22+
- dependencies
23+
- title: 📝 Other Changes
24+
labels:
25+
- "*"

0 commit comments

Comments
 (0)