1 2 3 4 5 6 7 8 9 10 11 12 13
|
[tool.towncrier]
directory = "changelog.d"
filename = "CHANGELOG.rst"
issue_format = "`#{issue} <https://github.com/jazzband/django-redis/issues/{issue}>`_"
name = "django-redis"
package = "django_redis"
type = [
{ name = "Features", directory = "feature", showcontent = true },
{ name = "Bug Fixes", directory = "bugfix", showcontent = true },
{ name = "Miscellaneous", directory = "misc", showcontent = true },
{ name = "Documentation", directory = "doc", showcontent = true },
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },
]
|