diff --git a/pyproject.toml b/pyproject.toml index 4b53a8054..97dd4afca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,11 @@ underlines = "-" [[tool.towncrier.section]] path = "" +[[tool.towncrier.type]] +directory = "update" +name = "Update instructions" +showcontent = true + [[tool.towncrier.type]] directory = "feature" name = "Features" @@ -52,11 +57,6 @@ directory = "removal" name = "Removal" showcontent = true -[[tool.towncrier.type]] -directory = "update" -name = "Update instructions" -showcontent = true - [tool.black] extend-exclude = "(api/.*/migrations/.*)" force-exclude = "(api/.*/migrations/.*)" # pre-commit pass files as args