Skip to content

Commit 4e8d4cb

Browse files
Add release notes config to use for release process (#16)
1 parent a85248b commit 4e8d4cb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
categories:
3+
- title: Breaking Changes
4+
labels:
5+
- breaking-change
6+
- title: Implemented enhancements
7+
labels:
8+
- enhancement
9+
- title: Fixed bugs
10+
labels:
11+
- bug
12+
- title: Other Changes
13+
labels:
14+
- "*"

0 commit comments

Comments
 (0)