We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503164f commit c5ae43fCopy full SHA for c5ae43f
changelog.d/towncrier_template.rst
@@ -1,5 +1,3 @@
1
-{{ versiondata.version }} ({{ versiondata.date }})
2
-{{ top_underline * ((versiondata.version + versiondata.date)|length + 3)}}
3
{% for section, _ in sections.items() %}
4
{% set underline = underlines[0] %}{% if section %}{{section}}
5
{{ underline * section|length }}{% set underline = underlines[1] %}
tox.ini
@@ -110,7 +110,7 @@ commands =
110
111
[testenv:changelog]
112
basepython = python3.8
113
-deps = towncrier
+deps = towncrier<21.3
114
skip_install = true
115
commands = towncrier --draft
116
0 commit comments