Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 8e5a5ac

Browse files
committed
chore: release.yml
1 parent e2171a6 commit 8e5a5ac

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/release.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
changelog:
2+
categories:
3+
- title: New Features
4+
labels:
5+
- 'kind: feature'
6+
- title: Fixed Issues
7+
labels:
8+
- 'kind: fix'
9+
- title: Removes
10+
labels:
11+
- 'kind: deprecated'
12+
- title: Refactor
13+
labels:
14+
- 'kind: refactor'
15+
- title: Dependencies
16+
labels:
17+
- 'kind: dependencies'
18+
- title: Tests
19+
labels:
20+
- 'kind: tests'
21+
- title: Chore
22+
labels:
23+
- 'kind: chore'
24+
- title: CI
25+
labels:
26+
- 'kind: ci'
27+
- title: Documentation
28+
labels:
29+
- 'kind: documentation'
30+
- title: Style
31+
labels:
32+
- 'kind: style'
33+
- title: Performance
34+
labels:
35+
- 'kind: performance'
36+
- title: Test
37+
labels:
38+
- 'kind: test'
39+
- title: Other Changes
40+
labels:
41+
- '*'

0 commit comments

Comments
 (0)