From fdc2ba5301ebd87f9ff624bfb009dd5171c22d10 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 8 Oct 2022 12:51:51 +0200 Subject: [PATCH] chore(changelog): Introduce refactoring category for changelog --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d0e6839be..045fc1867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,11 @@ name = "Enhancements" showcontent = true + [[tool.towncrier.type]] + directory = "refactoring" + name = "Refactoring" + showcontent = true + [[tool.towncrier.type]] directory = "bugfix" name = "Bugfixes"