2026-02-03 11:48:13 -08:00
|
|
|
# Towncrier configuration for BlumeOps changelog
|
|
|
|
|
# https://towncrier.readthedocs.io/
|
|
|
|
|
|
|
|
|
|
[tool.towncrier]
|
|
|
|
|
directory = "docs/changelog.d"
|
2026-02-04 08:13:16 -08:00
|
|
|
filename = "CHANGELOG.md"
|
2026-02-03 11:48:13 -08:00
|
|
|
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
|
|
|
|
|
|
2026-02-04 07:09:28 -08:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "ai"
|
|
|
|
|
name = "AI Assistance"
|
|
|
|
|
showcontent = true
|
|
|
|
|
|
2026-02-03 11:48:13 -08:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "misc"
|
|
|
|
|
name = "Miscellaneous"
|
|
|
|
|
showcontent = false
|