Skip to content

Commit 78f8423

Browse files
[towncrier] Add whitespaces between fragment in towncrier (#7431)
1 parent 49e15ab commit 78f8423

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/whatsnew/fragments/_template.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Release date: {{ versiondata.date }}
1717
{% if definitions[category]['showcontent'] %}
1818
{% for text, values in sections[section][category].items() %}
1919
- {{ text }} ({{ values|join(', ') }})
20+
2021
{% endfor %}
2122

2223
{% else %}

towncrier.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ directory = "doc/whatsnew/fragments"
44
filename = "doc/whatsnew/2/2.16/index.rst"
55
template = "doc/whatsnew/fragments/_template.rst"
66
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
7+
wrap = true
78

89
# Definition of fragment types.
910
# TODO: with the next towncrier release (21.9.1) it will be possible to define

0 commit comments

Comments
 (0)