40 lines
754 B
TOML
40 lines
754 B
TOML
# Towncrier configuration
|
|
# https://towncrier.readthedocs.io/
|
|
|
|
[tool.towncrier]
|
|
directory = "docs/changelog.d"
|
|
filename = "CHANGELOG.md"
|
|
package = ""
|
|
title_format = "## [{version}] - {project_date}"
|
|
issue_format = ""
|
|
underlines = ["", "", ""]
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "feature"
|
|
name = "Features"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "bugfix"
|
|
name = "Bug Fixes"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "infra"
|
|
name = "Infrastructure"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "doc"
|
|
name = "Documentation"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "ai"
|
|
name = "AI Assistance"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "misc"
|
|
name = "Miscellaneous"
|
|
showcontent = true
|