tahoe-lafs/towncrier.pyproject.toml

49 lines
1.2 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"
2018-08-06 14:48:38 +00:00
title_format = "Release {version} ({project_date})"
2018-08-01 14:18:51 +00:00
issue_format = "`#{issue} <https://github.com/tahoe-lafs/tahoe-lafs/issues/{issue}>`_"
2018-08-06 14:45:42 +00:00
underlines = [
"'",
"-",
"~",
]
2018-04-24 13:26:14 +00:00
[[tool.towncrier.type]]
directory = "incompat"
name = "Backwards Incompatible Changes"
2018-04-24 13:26:14 +00:00
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
2018-04-24 13:26:14 +00:00
showcontent = true
[[tool.towncrier.type]]
directory = "installation"
name = "Dependency/Installation Changes"
2018-04-24 13:26:14 +00:00
showcontent = true
[[tool.towncrier.type]]
directory = "configuration"
name = "Configuration Changes"
2018-04-24 13:26:14 +00:00
showcontent = true
[[tool.towncrier.type]]
directory = "removed"
name = "Removed Features"
showcontent = true
[[tool.towncrier.type]]
directory = "other"
name = "Other Changes"
2018-04-24 13:26:14 +00:00
showcontent = true