Skip to content

Commit 0f4d698

Browse files
committed
feat: Generate release notes
1 parent acb0ed9 commit 0f4d698

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

β€Ž.github/release.yml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
changelog:
3+
exclude:
4+
labels:
5+
- skip-changelog
6+
categories:
7+
- title: πŸ’£ Breaking Changes
8+
labels:
9+
- breaking change
10+
- title: πŸ”” Deprecation Warnings
11+
labels:
12+
- deprecation
13+
- title: πŸš€ Features
14+
labels:
15+
- enhancement
16+
- title: πŸ› Bug Fixes
17+
labels:
18+
- bug
19+
- title: πŸ§ͺ Tests
20+
labels:
21+
- tests
22+
- title: πŸ“ Documentation
23+
labels:
24+
- documentation
25+
- title: ⬆️ Dependencies
26+
labels:
27+
- dependencies
28+
- title: πŸ”¨ Maintenance
29+
labels:
30+
- chore
31+
- title: Other Changes
32+
labels:
33+
- "*"

0 commit comments

Comments
Β (0)