Skip to content

Commit 16acfb9

Browse files
committed
chore: update github release config
1 parent f2171ac commit 16acfb9

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/release.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
changelog:
22
categories:
3-
- title: Bug Fixes
3+
- title: Breaking Changes
44
labels:
5-
- fix
5+
- breaking-change
6+
- break
67
- title: New Features
78
labels:
89
- feat
10+
- title: Bug Fixes
11+
labels:
12+
- fix
913
- title: Types
1014
labels:
1115
- types
16+
- dts
17+
- title: Refactoring Code
18+
labels:
19+
- refactor
1220
- title: Tests
1321
labels:
1422
- test
1523
- title: Documentation
1624
labels:
1725
- docs
18-
- title: Breaking Changes
19-
labels:
20-
- breaking-change
2126
- title: Other Changes
2227
labels:
2328
- '*'

0 commit comments

Comments
 (0)