diff --git a/pyproject.toml b/pyproject.toml index 018b18c..b1e6e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,10 @@ package_dir = "src" filename = "CHANGELOG.md" type = [ - { name = "Features", directory = "feat", showcontent = true }, - { name = "Bug fixes", directory = "fix", showcontent = true }, - { name = "Project structure", directory = "build", showcontent = true }, + { name = "Features", directory = "feat", showcontent = true }, + { name = "Bug fixes", directory = "fix", showcontent = true }, + { name = "Project structure", directory = "build", showcontent = true }, + { name = "Refactor", directory = "refactor", showcontent = true } ] # New format is in the works, not yet part of towncrier 21.9.0