Skip to content

Commit c3c3fcb

Browse files
committed
Add release labelling
1 parent a6802e7 commit c3c3fcb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Breaking changes
7+
labels:
8+
- breaking-change
9+
- title: Features
10+
labels:
11+
- enhancement
12+
- title: Bug fixes
13+
labels:
14+
- bug
15+
- title: Other changes
16+
labels:
17+
- "*"

0 commit comments

Comments
 (0)