From 099d2b34a62ee55fc03f786b863255f3ca5811d4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 7 Feb 2020 09:27:02 -0500 Subject: [PATCH] Fix the issue links --- towncrier.pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/towncrier.pyproject.toml b/towncrier.pyproject.toml index 4f6afa710..26627c3f9 100644 --- a/towncrier.pyproject.toml +++ b/towncrier.pyproject.toml @@ -5,7 +5,7 @@ directory = "newsfragments" start_string = ".. towncrier start line" title_format = "Release {version} ({project_date})" - issue_format = "`#{issue} `_" + issue_format = "`#{issue} `_" underlines = [ "'", "-",