summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-12 17:27:07 +0100
committerGitHub <noreply@github.com>2019-07-12 17:27:07 +0100
commitd336b51331d5cf40a577397e8945223d1949e965 (patch)
tree315229cf32f927165134e6631e0b343fce7b98e7 /pyproject.toml
parentImplement access token expiry (#5660) (diff)
downloadsynapse-d336b51331d5cf40a577397e8945223d1949e965.tar.xz
Add a `docker` type to the towncrier configuration (#5673)
... and certain other changelog-related fixes
Diffstat (limited to '')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml

index ef329aab41..db4a2e41e4 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -15,6 +15,11 @@ showcontent = true [[tool.towncrier.type]] + directory = "docker" + name = "Updates to the Docker image" + showcontent = true + + [[tool.towncrier.type]] directory = "doc" name = "Improved Documentation" showcontent = true