From a69b3b3e2014f438d2a336939412910ba585fd66 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sun, 22 Jan 2023 13:23:28 +0100 Subject: [PATCH] chore(changelog): Add deprecation changelog snippet type --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 97dd4afca..e2fe5cf30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,11 @@ directory = "misc" name = "Other" showcontent = true +[[tool.towncrier.type]] +directory = "deprecation" +name = "Deprecation" +showcontent = true + [[tool.towncrier.type]] directory = "removal" name = "Removal"