summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2017-03-19 16:20:07 -0400
committerDonald Stufft <donald@stufft.io>2017-03-19 16:39:27 -0400
commitc36cca51caaf6ce6499c014912d12470937e31f5 (patch)
treef4c0564370355496d6bb78aa4e0fee2a9beee0f2 /pyproject.toml
parentef5317aad5fba1b82f22cd8b2b0f3da90855ae82 (diff)
downloadpip-c36cca51caaf6ce6499c014912d12470937e31f5.tar.gz
Allow marking a change as "trivial" for the news file
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 806a35146..f51ceb7e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,3 +27,8 @@ template = "news/_template.rst"
directory = "doc"
name = "Improved Documentation"
showcontent = true
+
+ [[tool.towncrier.type]]
+ directory = "trivial"
+ name = "Trivial Changes"
+ showcontent = false