We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2171ac commit 16acfb9Copy full SHA for 16acfb9
1 file changed
.github/release.yml
@@ -1,23 +1,28 @@
1
changelog:
2
categories:
3
- - title: Bug Fixes
+ - title: Breaking Changes
4
labels:
5
- - fix
+ - breaking-change
6
+ - break
7
- title: New Features
8
9
- feat
10
+ - title: Bug Fixes
11
+ labels:
12
+ - fix
13
- title: Types
14
15
- types
16
+ - dts
17
+ - title: Refactoring Code
18
19
+ - refactor
20
- title: Tests
21
22
- test
23
- title: Documentation
24
25
- docs
- - title: Breaking Changes
- labels:
- - breaking-change
26
- title: Other Changes
27
28
- '*'
0 commit comments