2024-06-11 14:59:24 +00:00
|
|
|
# This is the default configuration that is used by subprojects via symlink.
|
|
|
|
# Some subprojects have their own configuration which is not a symlink.
|
|
|
|
|
2021-04-19 11:32:52 +00:00
|
|
|
[tool.towncrier]
|
|
|
|
directory = ".changelog.d"
|
|
|
|
filename = "CHANGELOG.md"
|
|
|
|
template = ".towncrier.template.md"
|
|
|
|
start_string = "The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)."
|
|
|
|
title_format = "\n## {version} [{project_date}]"
|
|
|
|
issue_format = "[#{issue}]"
|
|
|
|
underlines = ["", ""]
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "added"
|
|
|
|
name = "Added"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "changed"
|
|
|
|
name = "Changed"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "deprecated"
|
|
|
|
name = "Deprecated"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "removed"
|
|
|
|
name = "Removed"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "fixed"
|
|
|
|
name = "Fixed"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "security"
|
|
|
|
name = "Security"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "incompatible"
|
|
|
|
name = "Incompatible changes"
|
|
|
|
showcontent = true
|