Skip to content

Commit b8b13ca

Browse files
authored
Merge pull request #786 from AyodeAwe/auto-release-notes
Configure repo for automatic release notes generation
1 parent 3c91e9a commit b8b13ca

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# GitHub Auto-Generated Release Notes Configuration for RAPIDS
2+
# This file configures how GitHub automatically generates release notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- ignore-for-release
8+
- dependencies
9+
authors:
10+
- rapids-bot[bot]
11+
- dependabot[bot]
12+
categories:
13+
- title: 🚨 Breaking Changes
14+
labels:
15+
- breaking
16+
- title: 🐛 Bug Fixes
17+
labels:
18+
- bug
19+
- title: 📖 Documentation
20+
labels:
21+
- doc
22+
- title: 🚀 New Features
23+
labels:
24+
- feature request
25+
- title: 🛠️ Improvements
26+
labels:
27+
- improvement

0 commit comments

Comments
 (0)