Commit 27f5aeb 1 parent f4daa3f commit 27f5aeb Copy full SHA for 27f5aeb
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