summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-08-09 19:19:30 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-08-09 19:19:30 +1000
commit3d6f9fba19f0aa32a700a4ccc949ad329135eb71 (patch)
treefcbde317f09bd7e2bb3bbd8904a756cb3fc53b90 /pyproject.toml
parentfix changelog (diff)
downloadsynapse-3d6f9fba19f0aa32a700a4ccc949ad329135eb71.tar.xz
fix the changelog & template
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f4d6f0c6bb..dd099dc9c8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
     package = "synapse"
     filename = "CHANGES.md"
     directory = "changelog.d"
-    issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue}>)"
+    issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue})"
 
     [[tool.towncrier.type]]
         directory = "feature"