summaryrefslogtreecommitdiff
path: root/towncrier.toml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-23 10:55:57 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2023-04-23 12:43:23 -0400
commit4277bd13b6896e52e5c13508cb2f28b98c66454e (patch)
treef5607c29ad0ae3435e529963ff5923d9396396b2 /towncrier.toml
parent5ddf4a61d211c9db2e49a081fa26562d57313db3 (diff)
downloadpylint-git-4277bd13b6896e52e5c13508cb2f28b98c66454e.tar.gz
Add performance news fragment type
Diffstat (limited to 'towncrier.toml')
-rw-r--r--towncrier.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/towncrier.toml b/towncrier.toml
index fddae71a0..250cc10f1 100644
--- a/towncrier.toml
+++ b/towncrier.toml
@@ -65,3 +65,8 @@ showcontent = true
directory = "internal"
name = "Internal Changes"
showcontent = true
+
+[[tool.towncrier.type]]
+directory = "performance"
+name = "Performance Improvements"
+showcontent = true