tahoe-lafs/pyproject.toml

43 lines
1.1 KiB
TOML
Raw Normal View History

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})"
[[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