File tree 1 file changed +47
-12
lines changed
1 file changed +47
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name-template : " $RESOLVED_VERSION"
3
+ tag-template : " $RESOLVED_VERSION"
4
+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
5
+ sort-direction : ascending
6
+
1
7
categories :
2
- - title : " Breaking Changes "
8
+ - title : " Breaking changes "
3
9
labels :
4
- - " breaking change"
5
- - title : " Features "
10
+ - " breaking- change"
11
+ - title : " New features "
6
12
labels :
7
- - " enhancement"
8
- - title : " Bug Fixes"
13
+ - " new-feature"
14
+ - title : " Bug fixes"
15
+ labels :
16
+ - " bugfix"
17
+ - title : " Enhancements"
9
18
labels :
10
- - " bug"
19
+ - " enhancement"
20
+ - " refactor"
21
+ - " performance"
11
22
- title : " Maintenance"
12
23
labels :
13
- - " ci/cd"
24
+ - " maintenance"
25
+ - " ci"
26
+ - title : " Documentation"
27
+ labels :
28
+ - " documentation"
29
+ - title : " Dependency updates"
30
+ labels :
31
+ - " dependencies"
32
+
33
+ version-resolver :
34
+ major :
35
+ labels :
36
+ - " major"
37
+ - " breaking-change"
38
+ minor :
39
+ labels :
40
+ - " minor"
41
+ - " new-feature"
42
+ patch :
43
+ labels :
44
+ - " bugfix"
45
+ - " chore"
46
+ - " ci"
14
47
- " dependencies"
15
48
- " documentation"
16
- - " maintenance "
17
- - " tooling "
18
- change-template : " - $TITLE (#$NUMBER) "
19
- name-template : " $NEXT_PATCH_VERSION "
20
- tag-template : " $NEXT_PATCH_VERSION "
49
+ - " enhancement "
50
+ - " performance "
51
+ - " refactor "
52
+ default : patch
53
+
21
54
template : |
55
+ ## What’s changed
56
+
22
57
$CHANGES
You can’t perform that action at this time.
0 commit comments