summaryrefslogtreecommitdiff
path: root/towncrier.toml
diff options
context:
space:
mode:
Diffstat (limited to 'towncrier.toml')
-rw-r--r--towncrier.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/towncrier.toml b/towncrier.toml
index fce326ad6..250cc10f1 100644
--- a/towncrier.toml
+++ b/towncrier.toml
@@ -1,9 +1,9 @@
[tool.towncrier]
-version = "2.17.3"
+version = "3.0.0"
directory = "doc/whatsnew/fragments"
-filename = "doc/whatsnew/2/2.17/index.rst"
+filename = "doc/whatsnew/3/3.0/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
-issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
+issue_format = "`#{issue} <https://github.com/pylint-dev/pylint/issues/{issue}>`_"
wrap = true
# Definition of fragment types.
@@ -65,3 +65,8 @@ showcontent = true
directory = "internal"
name = "Internal Changes"
showcontent = true
+
+[[tool.towncrier.type]]
+directory = "performance"
+name = "Performance Improvements"
+showcontent = true