Skip to content

Commit 47c3809

Browse files
committed
add categorisation of releases
1 parent 409b33c commit 47c3809

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/release.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
- dependencies
8+
- duplicate
9+
- wontfix
10+
authors:
11+
- dependabot
12+
categories:
13+
- title: 💥 Breaking Changes
14+
labels:
15+
- breaking
16+
- title: 🚀 New Features
17+
labels:
18+
- feature
19+
- enhancement
20+
- title: 🐛 Bug Fixes
21+
labels:
22+
- bug
23+
- title: 🏠 Internal
24+
labels:
25+
- internal
26+
- title: Other Changes
27+
labels:
28+
- '*'

0 commit comments

Comments
 (0)