Commit 90b121c 1 parent a155d66 commit 90b121c Copy full SHA for 90b121c
File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,20 @@ versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
7
7
kindFormat : ' ### {{.Kind}}'
8
8
changeFormat : ' * {{.Body}}'
9
9
kinds :
10
- - label : Added
11
- auto : minor
12
- - label : Changed
13
- auto : major
14
- - label : Deprecated
15
- auto : minor
16
- - label : Removed
17
- auto : major
18
- - label : Fixed
19
- auto : patch
20
- - label : Security
21
- auto : patch
10
+ - label : Added
11
+ auto : minor
12
+ - label : Changed
13
+ auto : major
14
+ - label : Deprecated
15
+ auto : minor
16
+ - label : Removed
17
+ auto : major
18
+ - label : Fixed
19
+ auto : patch
20
+ - label : Security
21
+ auto : patch
22
+ - label : Dependency
23
+ auto : patch
22
24
newlines :
23
25
afterChangelogHeader : 1
24
26
beforeChangelogVersion : 1
You can’t perform that action at this time.
0 commit comments