diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-12 17:27:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 17:27:07 +0100 |
commit | d336b51331d5cf40a577397e8945223d1949e965 (patch) | |
tree | 315229cf32f927165134e6631e0b343fce7b98e7 /pyproject.toml | |
parent | Implement access token expiry (#5660) (diff) | |
download | synapse-d336b51331d5cf40a577397e8945223d1949e965.tar.xz |
Add a `docker` type to the towncrier configuration (#5673)
... and certain other changelog-related fixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
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 |