2018-02-27 18:04:50 +00:00
|
|
|
[tool.towncrier]
|
|
|
|
package = "changes"
|
|
|
|
package_dir = ""
|
|
|
|
filename = "CHANGELOG"
|
|
|
|
directory = "changes/changelog.d/"
|
|
|
|
start_string = ".. towncrier\n"
|
|
|
|
template = "changes/template.rst"
|
|
|
|
issue_format = ""
|
|
|
|
title_format = "{version} (unreleased)"
|
|
|
|
underlines = "-"
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
path = ""
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "feature"
|
|
|
|
name = "Features"
|
|
|
|
showcontent = true
|
|
|
|
|
2018-04-02 18:04:38 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "enhancement"
|
|
|
|
name = "Enhancements"
|
|
|
|
showcontent = true
|
|
|
|
|
2018-02-27 18:04:50 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "bugfix"
|
|
|
|
name = "Bugfixes"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "doc"
|
|
|
|
name = "Documentation"
|
|
|
|
showcontent = true
|
|
|
|
|
2018-07-04 16:31:29 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "i18n"
|
|
|
|
name = "i18n"
|
|
|
|
showcontent = true
|
|
|
|
|
2018-02-27 18:04:50 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "misc"
|
|
|
|
name = "Other"
|
|
|
|
showcontent = true
|
2019-03-15 11:11:05 +00:00
|
|
|
|
2022-01-18 15:11:49 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "removal"
|
|
|
|
name = "Removal"
|
|
|
|
showcontent = true
|
|
|
|
|
2022-01-18 15:17:06 +00:00
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "update"
|
|
|
|
name = "Update instructions"
|
|
|
|
showcontent = true
|
|
|
|
|
2019-03-15 11:11:05 +00:00
|
|
|
[tool.black]
|
2022-01-09 11:40:49 +00:00
|
|
|
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"
|