diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 21:42:40 +1000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 21:42:40 +1000 |
commit | 87086ac69df5a795d0979801692b01c514937775 (patch) | |
tree | 1e5d87d3e93a4f0e17c67c5c0746a9e3a8fe25de /pyproject.toml | |
parent | fix up weird translation things (diff) | |
download | synapse-87086ac69df5a795d0979801692b01c514937775.tar.xz |
fixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |