diff --git a/pyproject.toml b/pyproject.toml index 768a4766eb..79954e797f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,11 @@ issue_format = "`#{issue} `_ # Unfortunately there's no way to simply override # tool.towncrier.type.misc.showcontent +[[tool.towncrier.type]] +directory = "removal" +name = "Deprecations and Removals" +showcontent = true + [[tool.towncrier.type]] directory = "feature" name = "Features" @@ -29,11 +34,6 @@ directory = "doc" name = "Improved Documentation" showcontent = true -[[tool.towncrier.type]] -directory = "removal" -name = "Deprecations and Removals" -showcontent = true - [[tool.towncrier.type]] directory = "misc" name = "Miscellaneous internal changes"