mirror of
https://github.com/TabbyML/tabby
synced 2024-11-21 16:03:07 +00:00
b8a52473fd
* chore: adopt changie for automatic changelog management * update
22 lines
483 B
YAML
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_ |