tahoe-lafs/towncrier.pyproject.toml
Jean-Paul Calderone 099d2b34a6 Fix the issue links
2020-02-07 09:27:02 -05:00

54 lines
1.3 KiB
TOML

[tool.towncrier]
package_dir = "src"
package = "allmydata"
filename = "NEWS.rst"
directory = "newsfragments"
start_string = ".. towncrier start line"
title_format = "Release {version} ({project_date})"
issue_format = "`#{issue} <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/{issue}>`_"
underlines = [
"'",
"-",
"~",
]
[[tool.towncrier.type]]
directory = "incompat"
name = "Backwards Incompatible Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "installation"
name = "Dependency/Installation Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "configuration"
name = "Configuration Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "removed"
name = "Removed Features"
showcontent = true
[[tool.towncrier.type]]
directory = "other"
name = "Other Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "minor"
name = "Misc/Other"
showcontent = false