File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -8,46 +8,47 @@ categories:
8
8
labels :
9
9
- ' feature'
10
10
- ' enhancement'
11
- - title : ' Dependency'
12
- labels :
13
- - ' dependency'
14
11
- title : ' Fixes'
15
12
labels :
16
13
- ' fix'
17
14
- ' bug'
18
15
- ' security'
16
+ - title : ' Dependencies'
17
+ collapse-after : 3
18
+ labels :
19
+ - ' dependencies'
20
+ - ' renovate'
19
21
- title : ' Documentation'
20
22
labels :
21
23
- ' document'
22
- - ' documents'
23
24
- ' documentation'
24
- - title : ' Internal improvement'
25
- labels :
26
- - ' CI'
27
25
exclude-labels :
28
- - ' dependencies'
29
- - ' renovate'
26
+ - ' invalid'
30
27
- ' internal-fix'
31
28
- ' misc'
29
+ - ' ci'
32
30
change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
33
31
change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
34
32
version-resolver :
35
33
major :
36
34
labels :
37
35
- ' BREAKING CHANGE'
36
+ - ' major'
38
37
minor :
39
38
labels :
40
39
- ' feature'
41
40
- ' enhancement'
42
- - ' dependency '
41
+ - ' minor '
43
42
patch :
44
43
labels :
44
+ - ' improvement'
45
45
- ' fix'
46
46
- ' bug'
47
47
- ' security'
48
+ - ' patch'
48
49
default : patch
49
50
template : |
50
- [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION))
51
+ [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
51
52
52
53
## Changes
53
54
You can’t perform that action at this time.
0 commit comments