From f72ff51657295a5e31e6abcd51c1be71c82eb4c6 Mon Sep 17 00:00:00 2001 From: davfsa Date: Sat, 18 Nov 2023 15:51:52 +0100 Subject: [PATCH] Fix towncrier not adding a newline at the end (#1760) --- changes/.template.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/.template.rst b/changes/.template.rst index 1940463947..4a3bcfc249 100644 --- a/changes/.template.rst +++ b/changes/.template.rst @@ -30,3 +30,7 @@ No significant changes. {% endif %} {% endfor %} --- +{# +This comment adds one more newline at the end of the rendered newsfile content. +In this way the there are 2 newlines between the latest release and the previous release content. +#}