2019-07-13 08:22:41 +01:00
|
|
|
[tool.towncrier]
|
2019-07-23 23:58:11 +01:00
|
|
|
package = "sanic"
|
|
|
|
package_dir = "."
|
|
|
|
filename = "../CHANGELOG.rst"
|
|
|
|
directory = "./changelogs"
|
|
|
|
underlines = ["=", "*", "~"]
|
|
|
|
issue_format = "`#{issue} <https://github.com/huge-success/sanic/issues/{issue}>`__"
|
|
|
|
title_format = "Version {version}"
|
2019-07-13 08:22:41 +01:00
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
2019-07-23 23:58:11 +01:00
|
|
|
directory = "feature"
|
|
|
|
name = "Features"
|
|
|
|
showcontent = true
|
2019-07-13 08:22:41 +01:00
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
2019-07-23 23:58:11 +01:00
|
|
|
directory = "bugfix"
|
|
|
|
name = "Bugfixes"
|
|
|
|
showcontent = true
|
2019-07-13 08:22:41 +01:00
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
2019-07-23 23:58:11 +01:00
|
|
|
directory = "doc"
|
|
|
|
name = "Improved Documentation"
|
|
|
|
showcontent = true
|
2019-07-13 08:22:41 +01:00
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
2019-07-23 23:58:11 +01:00
|
|
|
directory = "removal"
|
|
|
|
name = "Deprecations and Removals"
|
|
|
|
showcontent = true
|
2019-07-13 08:22:41 +01:00
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
2019-07-23 23:58:11 +01:00
|
|
|
directory = "misc"
|
|
|
|
name = "Miscellaneous internal changes"
|
|
|
|
showcontent = true
|