summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-19 21:42:40 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-07-19 21:42:40 +1000
commit87086ac69df5a795d0979801692b01c514937775 (patch)
tree1e5d87d3e93a4f0e17c67c5c0746a9e3a8fe25de /pyproject.toml
parentfix up weird translation things (diff)
downloadsynapse-87086ac69df5a795d0979801692b01c514937775.tar.xz
fixes
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 1453ddd530..f4d6f0c6bb 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"