diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3a56c42c0b..475973deac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,11 @@ showcontent = true [[tool.towncrier.type]] + directory = "config" + name = "Config options" + showcontent = true + + [[tool.towncrier.type]] directory = "bugfix" name = "Bugfixes" showcontent = true |