forked from kai-scheduler/KAI-Scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.changie.yaml
More file actions
29 lines (29 loc) · 986 Bytes
/
Copy path.changie.yaml
File metadata and controls
29 lines (29 loc) · 986 Bytes
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
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
# Timestamped, non-serial filenames so concurrent PRs and backports never collide.
fragmentFileFormat: '{{.Kind}}-{{.Time.Format "20060102-150405"}}'
versionFormat: '## [{{.Version}}] - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '- {{.Body}}{{if .Custom.Issue}} [#{{.Custom.Issue}}](https://github.com/kai-scheduler/KAI-Scheduler/issues/{{.Custom.Issue}}){{end}}{{if .Custom.Author}} [{{.Custom.Author}}](https://github.com/{{.Custom.Author}}){{end}}'
kinds:
- label: Added
- label: Changed
- label: Fixed
- label: Removed
custom:
- key: Issue
label: Issue or PR number (optional, e.g. 1817)
type: string
optional: true
- key: Author
label: GitHub username to credit (optional)
type: string
optional: true
newlines:
afterChangelogHeader: 0
beforeChangelogVersion: 1
beforeKind: 1
endOfVersion: 1