tahoe-lafs/towncrier.pyproject.toml

54 lines
1.3 KiB
TOML
Raw Normal View History

2018-04-24 09:26:14 -04:00
[tool.towncrier]
2019-04-09 15:33:55 -06:00
package_dir = "src"
package = "allmydata"
2018-04-24 09:26:14 -04:00
filename = "NEWS.rst"
directory = "newsfragments"
start_string = ".. towncrier start line"
2018-08-06 10:48:38 -04:00
title_format = "Release {version} ({project_date})"
2020-02-07 09:27:02 -05:00
issue_format = "`#{issue} <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/{issue}>`_"
2018-08-06 10:45:42 -04:00
underlines = [
"'",
"-",
"~",
]
2018-04-24 09:26:14 -04:00
[[tool.towncrier.type]]
directory = "incompat"
name = "Backwards Incompatible Changes"
2018-04-24 09:26:14 -04:00
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
2018-04-24 09:26:14 -04:00
showcontent = true
[[tool.towncrier.type]]
directory = "installation"
name = "Dependency/Installation Changes"
2018-04-24 09:26:14 -04:00
showcontent = true
[[tool.towncrier.type]]
directory = "configuration"
name = "Configuration Changes"
2018-04-24 09:26:14 -04:00
showcontent = true
[[tool.towncrier.type]]
directory = "removed"
name = "Removed Features"
showcontent = true
[[tool.towncrier.type]]
directory = "other"
name = "Other Changes"
2018-04-24 09:26:14 -04:00
showcontent = true
2019-02-27 06:37:28 -05:00
[[tool.towncrier.type]]
directory = "minor"
name = "Misc/Other"
showcontent = false