Skip to content

Commit 0e604e5

Browse files
[meta] Add categories to the auto generated release notes (#372)
* [meta] Add categories to the auto generated release notes * [fix] add doc start and quote wildcard
1 parent be1b117 commit 0e604e5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# Blue-Blocker/.github/release.yaml: Configuration for auto generated changelogs on github releases
3+
changelog:
4+
categories:
5+
- title: ✨ Features
6+
labels:
7+
- enhancement
8+
- title: 🚫 Bug fixes
9+
labels:
10+
- bug
11+
- title: Dependency updates
12+
labels:
13+
- dependencies
14+
- title: Other Changes
15+
labels:
16+
- meta
17+
- documentation
18+
- "*"

0 commit comments

Comments
 (0)