forked from helmwave/helmwave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.changie.yaml
39 lines (36 loc) · 914 Bytes
/
.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
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: "# {{ .Version }}"
kindFormat: "### {{ .Kind }}"
changeFormat: |
* {{ if ne .Custom.Issue "" }}[#{{ .Custom.Issue }}](https://github.com/helmwave/helmwave/issues/{{ .Custom.Issue }}) {{ end }}{{ .Body }} (@{{ .Custom.Author }})
custom:
- key: Issue
label: Issue number (leave empty string to skip)
minInt: 1
optional: true
type: int
- key: Author
label: Author's GitHub username
minLength: 1
type: string
kinds:
- label: Breaking change!
format: "### **{{ .Kind }}**"
- label: New feature
- label: Fixed
- label: CI
- label: Dependencies
- label: Other
newlines:
afterChange: 0
afterChangelogHeader: 0
afterChangelogVersion: 2
afterKind: 1
afterVersion: 1
beforeChange: 0
beforeChangelogVersion: 1
endOfVersion: 1