Skip to content

Commit 039e143

Browse files
committed
CI: add .github/release.yml
1 parent 6126dc1 commit 039e143

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/release.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- 'Type: Meta'
5+
- 'Type: Question'
6+
7+
categories:
8+
- title: Security Fixes
9+
labels: ['Type: Security']
10+
- title: Breaking Changes
11+
labels: ['Type: Breaking Change']
12+
- title: Features
13+
labels: ['Type: Feature']
14+
- title: Bug Fixes
15+
labels: ['Type: Bug']
16+
- title: Documentation
17+
labels: ['Type: Documentation']
18+
- title: Refactoring
19+
labels: ['Type: Refactoring']
20+
- title: Testing
21+
labels: ['Type: Testing']
22+
- title: Maintenance
23+
labels: ['Type: Maintenance']
24+
- title: CI
25+
labels: ['Type: CI']
26+
- title: Dependency Updates
27+
labels: ['Type: Dependencies', "dependencies"]
28+
- title: Other Changes
29+
labels: ['*']

0 commit comments

Comments
 (0)