tabby/.changie.yaml
Meng Zhang b8a52473fd
chore: adopt changie for automatic changelog management (#2092)
* chore: adopt changie for automatic changelog management

* update
2024-05-10 15:11:25 -07:00

22 lines
483 B
YAML

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_