Skip to content

Commit fa9b603

Browse files
committed
create GitHub release notes generator config
1 parent c8db7d4 commit fa9b603

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
authors:
8+
- dependabot
9+
- dependabot[bot]
10+
- renovate
11+
- renovate[bot]
12+
- renovate-bot
13+
- kodiakhq
14+
- kodiakhq[bot]
15+
16+
categories:
17+
- title: 📐 New Rules
18+
labels:
19+
- New Rule
20+
- title: 🚀 Features
21+
labels:
22+
- feature
23+
- enhancement
24+
- title: 💥 Breaking Changes
25+
labels:
26+
- api-breaking change
27+
- title: 🐛 Bug Fixes
28+
labels:
29+
- fix
30+
- bugfix
31+
- bug
32+
- title: 🧰 Maintenance
33+
labels:
34+
- chore
35+
- dependencies
36+
- title: ℹ️ Website
37+
labels:
38+
- documentation
39+
- title: Other Changes
40+
labels:
41+
- "*"

0 commit comments

Comments
 (0)