tractor/pyproject.toml

29 lines
596 B
TOML
Raw Normal View History

[tool.towncrier]
package = "tractor"
filename = "NEWS.rst"
directory = "nooz/"
2022-10-12 16:36:09 +00:00
version = "0.1.0a6"
2022-08-03 15:41:23 +00:00
title_format = "tractor {version} ({project_date})"
template = "nooz/_template.rst"
all_bullets = true
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true
[[tool.towncrier.type]]
directory = "trivial"
name = "Trivial/Internal Changes"
showcontent = true