We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c91e9a commit b8b13caCopy full SHA for b8b13ca
1 file changed
.github/release.yml
@@ -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
15
+ - breaking
16
+ - title: 🐛 Bug Fixes
17
18
+ - bug
19
+ - title: 📖 Documentation
20
21
+ - doc
22
+ - title: 🚀 New Features
23
24
+ - feature request
25
+ - title: 🛠️ Improvements
26
27
+ - improvement
0 commit comments