2017-05-30 21:54:15 +08:00
|
|
|
[tool.towncrier]
|
|
|
|
package = "pytest"
|
|
|
|
filename = "CHANGELOG.rst"
|
|
|
|
directory = "changelog/"
|
|
|
|
template = "changelog/_template.rst"
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "removal"
|
|
|
|
name = "Deprecations and Removals"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "feature"
|
|
|
|
name = "Features"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "bugfix"
|
|
|
|
name = "Bug Fixes"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "vendor"
|
|
|
|
name = "Vendored Libraries"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "doc"
|
|
|
|
name = "Improved Documentation"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "trivial"
|
2017-06-23 23:30:29 +08:00
|
|
|
name = "Trivial/Internal Changes"
|
|
|
|
showcontent = true
|