blob: 761b86fbb0228b02517e7f9a408fa358d498627b [file] [log] [blame]
[tool.towncrier]
version = "3.0.4"
directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/3/3.0/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/pylint-dev/pylint/issues/{issue}>`_"
wrap = false # doesn't wrap links correctly if beginning with indentation
# Definition of fragment types.
# We want the changelog to show in the same order as the fragment types
# are defined here. Therefore we have to use the array-style fragment definition.
# The table-style definition, although more concise, would be sorted alphabetically.
# https://github.com/twisted/towncrier/issues/437
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "user_action"
name = "Changes requiring user actions"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "New Features"
showcontent = true
[[tool.towncrier.type]]
directory = "new_check"
name = "New Checks"
showcontent = true
[[tool.towncrier.type]]
directory = "removed_check"
name = "Removed Checks"
showcontent = true
[[tool.towncrier.type]]
directory = "extension"
name = "Extensions"
showcontent = true
[[tool.towncrier.type]]
directory = "false_positive"
name = "False Positives Fixed"
showcontent = true
[[tool.towncrier.type]]
directory = "false_negative"
name = "False Negatives Fixed"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Other Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "other"
name = "Other Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "internal"
name = "Internal Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "performance"
name = "Performance Improvements"
showcontent = true