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