mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 12:46:26 +00:00
64 lines
1.6 KiB
TOML
64 lines
1.6 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 = "security"
|
|
name = "Security-related Changes"
|
|
showcontent = true
|
|
|
|
[[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 = "documentation"
|
|
name = "Documentation 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
|