-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.changie.yaml
More file actions
42 lines (38 loc) · 988 Bytes
/
.changie.yaml
File metadata and controls
42 lines (38 loc) · 988 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
30
31
32
33
34
35
36
37
38
39
40
41
42
changesDir: .changes
unreleasedDir: unreleased
headerPath: ''
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## [{{.Version}}](https://github.com/sQVe/grove/releases/tag/{{.Version}}) - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '- {{.Body}}{{if .Custom.Issue}} ([#{{.Custom.Issue}}](https://github.com/sQVe/grove/issues/{{.Custom.Issue}})){{end}}'
fragmentFileFormat: '{{.Kind | lower}}-{{.Custom.Issue}}{{if not .Custom.Issue}}{{randAlphaNum 8}}{{end}}'
body:
block: true
kinds:
- label: Breaking
auto: major
- label: Added
auto: minor
- label: Changed
auto: minor
- label: Deprecated
auto: minor
- label: Removed
auto: minor
- label: Fixed
auto: patch
- label: Security
auto: patch
custom:
- key: Issue
label: GitHub issue number
type: int
minInt: 1
optional: true
newlines:
afterChangelogHeader: 1
afterChangelogVersion: 1
afterKind: 0
beforeKind: 1
endOfVersion: 1