Skip to content

Commit c5ae43f

Browse files
committed
Pin towncrier
Currently the title is either not rendered at all, or rendered twice cf. - twisted/towncrier#346 - twisted/towncrier#340
1 parent 503164f commit c5ae43f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

changelog.d/towncrier_template.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{{ versiondata.version }} ({{ versiondata.date }})
2-
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3)}}
31
{% for section, _ in sections.items() %}
42
{% set underline = underlines[0] %}{% if section %}{{section}}
53
{{ underline * section|length }}{% set underline = underlines[1] %}

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ commands =
110110

111111
[testenv:changelog]
112112
basepython = python3.8
113-
deps = towncrier
113+
deps = towncrier<21.3
114114
skip_install = true
115115
commands = towncrier --draft
116116

0 commit comments

Comments
 (0)