plone.app.discussion/pyproject.toml
Gil Forcada a00dd22e4d
Initialize towncrier
[ci-skip]
2019-02-08 13:36:13 +01:00

21 lines
397 B
TOML

[tool.towncrier]
filename = "CHANGES.rst"
directory = "news/"
title_format = "{version} ({project_date})"
underlines = ["-", ""]
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking changes:"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "New features:"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug fixes:"
showcontent = true