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"