tabby/.changie.yaml

22 lines
483 B
YAML
Raw Normal View History

changesDir: .changes
unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} ({{.Time.Format "2006-01-02"}})'
kindFormat: '### {{.Kind}}'
changeFormat: '* {{.Body}}'
kinds:
- label: Notice
auto: minor
- label: Features
auto: minor
- label: Fixed and Improvements
auto: patch
newlines:
afterChangelogHeader: 1
afterKind: 1
afterChangelogVersion: 1
beforeKind: 1
endOfVersion: 1
envPrefix: CHANGIE_