2018-04-24 13:26:14 +00:00
|
|
|
[tool.towncrier]
|
|
|
|
package = "allmydata"
|
|
|
|
package_dir = "src"
|
|
|
|
filename = "NEWS.rst"
|
|
|
|
directory = "newsfragments"
|
|
|
|
start_string = ".. towncrier start line"
|
|
|
|
title_format = "{version} ({project_date})"
|
2018-08-01 14:18:51 +00:00
|
|
|
issue_format = "`#{issue} <https://github.com/tahoe-lafs/tahoe-lafs/issues/{issue}>`_"
|
2018-04-24 13:26:14 +00:00
|
|
|
|
|
|
|
[[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
|