-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.changie.yaml
More file actions
39 lines (39 loc) · 997 Bytes
/
.changie.yaml
File metadata and controls
39 lines (39 loc) · 997 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
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '# [{{.VersionNoPrefix}}](https://github.com/cludden/protoc-gen-go-temporal/releases/tag/{{.Version}}) - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '* [#{{.Custom.PullRequest}}](https://github.com/cludden/protoc-gen-go-temporal/pull/{{.Custom.PullRequest}}) {{.Body}} (@{{.Custom.Author}})'
kinds:
- label: Added
auto: minor
- label: Changed
auto: major
- label: Deprecated
auto: minor
- label: Removed
auto: major
- label: Fixed
auto: patch
- label: Security
auto: patch
- label: ⚠ BREAKING CHANGES
auto: major
newlines:
afterChangelogHeader: 3
beforeChangelogVersion: 1
beforeKind: 1
afterKind: 1
endOfVersion: 3
envPrefix: CHANGIE_
# github issue and author name
custom:
- key: PullRequest
type: int
minInt: 1
- key: Author
label: GitHub Name
type: string
minLength: 3