From 99fd812063af46377d34da8d4b5e913f3b4784e7 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 11 Jun 2019 09:17:45 +0400 Subject: [PATCH] Show deprecations first in release notes --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"