From a2a3ba525f4c5523087cff2cb125d02b26e314e9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 6 Aug 2018 10:49:46 -0400 Subject: [PATCH] Match the existing news file casing style --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 337ff9bc7..fc2a07cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ [[tool.towncrier.type]] directory = "incompat" - name = "Backwards incompatible changes" + name = "Backwards Incompatible Changes" showcontent = true [[tool.towncrier.type]] @@ -24,17 +24,17 @@ [[tool.towncrier.type]] directory = "bugfix" - name = "Bug fixes" + name = "Bug Fixes" showcontent = true [[tool.towncrier.type]] directory = "installation" - name = "Dependency/Installation changes" + name = "Dependency/Installation Changes" showcontent = true [[tool.towncrier.type]] directory = "configuration" - name = "Configuration changes" + name = "Configuration Changes" showcontent = true [[tool.towncrier.type]] @@ -44,5 +44,5 @@ [[tool.towncrier.type]] directory = "other" - name = "Other changes" + name = "Other Changes" showcontent = true