forked from dagger/dagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.changie.yaml
36 lines (36 loc) · 962 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
changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: '- {{.Body}} by @{{.Custom.Author}} in https://github.com/dagger/dagger/pull/{{.Custom.PR}}'
custom:
- key: PR
label: GitHub PR
type: int
- key: Author
label: GitHub Author
type: string
kinds:
- label: Breaking
format: '### 🔥 Breaking Changes'
- label: Added
- label: Changed
- label: Deprecated
- label: Removed
- label: Fixed
- label: Security
- label: Dependencies
footerFormat: |
### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
newlines:
beforeChangelogVersion: 3
afterVersion: 1
beforeKind: 1
beforeFooterTemplate: 1
envPrefix: CHANGIE_