-
Notifications
You must be signed in to change notification settings - Fork 5
/
.changie.yaml
53 lines (52 loc) · 1.14 KB
/
.changie.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '- {{ .Body -}}'
body:
block: true
kinds:
- label: 🤖 CI & Build
auto: patch
- label: 🎉 New Product Feature
auto: minor
- label: ⬇️ Deprecated
auto: minor
- label: 🧪 Tests
auto: patch
- label: 🔨 Refactor
auto: patch
- label: 🐛 Bug Fix
auto: patch
- label: 🔥 Breaking Change
auto: minor
- label: 🔒 Security
auto: patch
- label: ⬆️ Dependencies
auto: patch
- label: 🔥 Major Version Change (Breaking Changes)
auto: major
newlines:
afterChange: 0
afterChangelogHeader: 1
afterChangelogVersion: 1
afterComponent: 1
afterFooterFile: 1
afterFooter: 1
afterHeaderFile: 1
afterHeaderTemplate: 1
afterKind: 1
afterVersion: 1
beforeChange: 0
beforeChangelogVersion: 0
beforeComponent: 0
beforeFooterFile: 0
beforeFooterTemplate: 0
beforeHeaderFile: 0
beforeHeaderTemplate: 0
beforeKind: 1
beforeVersion: 0
endOfVersion: 0