2018-04-24 13:26:14 +00:00
|
|
|
[tool.towncrier]
|
2019-04-09 21:33:55 +00:00
|
|
|
package_dir = "src"
|
|
|
|
package = "allmydata"
|
2018-04-24 13:26:14 +00:00
|
|
|
filename = "NEWS.rst"
|
|
|
|
directory = "newsfragments"
|
|
|
|
start_string = ".. towncrier start line"
|
2018-08-06 14:48:38 +00:00
|
|
|
title_format = "Release {version} ({project_date})"
|
2020-02-07 14:27:02 +00:00
|
|
|
issue_format = "`#{issue} <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/{issue}>`_"
|
2018-08-06 14:45:42 +00:00
|
|
|
underlines = [
|
|
|
|
"'",
|
|
|
|
"-",
|
|
|
|
"~",
|
|
|
|
]
|
2018-04-24 13:26:14 +00:00
|
|
|
|
2021-10-18 12:08:01 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "security"
|
2021-10-18 12:11:49 +00:00
|
|
|
name = "Security-related Changes"
|
|
|
|
showcontent = true
|
2021-10-18 12:08:01 +00:00
|
|
|
|
2018-04-24 13:26:14 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "incompat"
|
2018-08-06 14:49:46 +00:00
|
|
|
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"
|
2018-08-06 14:49:46 +00:00
|
|
|
name = "Bug Fixes"
|
2018-04-24 13:26:14 +00:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "installation"
|
2018-08-06 14:49:46 +00:00
|
|
|
name = "Dependency/Installation Changes"
|
2018-04-24 13:26:14 +00:00
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "configuration"
|
2018-08-06 14:49:46 +00:00
|
|
|
name = "Configuration Changes"
|
2018-04-24 13:26:14 +00:00
|
|
|
showcontent = true
|
|
|
|
|
2021-04-02 22:16:20 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "documentation"
|
|
|
|
name = "Documentation Changes"
|
|
|
|
showcontent = true
|
|
|
|
|
2018-04-24 13:26:14 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "removed"
|
|
|
|
name = "Removed Features"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "other"
|
2018-08-06 14:49:46 +00:00
|
|
|
name = "Other Changes"
|
2018-04-24 13:26:14 +00:00
|
|
|
showcontent = true
|
2019-02-27 11:37:28 +00:00
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "minor"
|
|
|
|
name = "Misc/Other"
|
|
|
|
showcontent = false
|