Skip to content

Commit

Permalink
[towncrier] Add whitespaces between fragment in towncrier (#7431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Sep 7, 2022
1 parent 1a7cdab commit ef7a910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/whatsnew/fragments/_template.rst
Expand Up @@ -17,6 +17,7 @@ Release date: {{ versiondata.date }}
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category].items() %}
- {{ text }} ({{ values|join(', ') }})

{% endfor %}

{% else %}
Expand Down
1 change: 1 addition & 0 deletions towncrier.toml
Expand Up @@ -4,6 +4,7 @@ directory = "doc/whatsnew/fragments"
filename = "doc/whatsnew/2/2.16/index.rst"
template = "doc/whatsnew/fragments/_template.rst"
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
wrap = true

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

0 comments on commit ef7a910

Please sign in to comment.