Skip to content

Commit

Permalink
Pin towncrier
Browse files Browse the repository at this point in the history
Currently the title is either not rendered at all, or rendered twice

cf.

- twisted/towncrier#346
- twisted/towncrier#340
  • Loading branch information
hynek committed May 6, 2021
1 parent 503164f commit c5ae43f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions changelog.d/towncrier_template.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3)}}
{% for section, _ in sections.items() %}
{% set underline = underlines[0] %}{% if section %}{{section}}
{{ underline * section|length }}{% set underline = underlines[1] %}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ commands =

[testenv:changelog]
basepython = python3.8
deps = towncrier
deps = towncrier<21.3
skip_install = true
commands = towncrier --draft

Expand Down

0 comments on commit c5ae43f

Please sign in to comment.