File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {{ versiondata.version }} ({{ versiondata.date }})
2+ {{ top_underline * ((versiondata.version + versiondata.date)|length + 3) -}}
13{% for section, _ in sections.items() %}
4+
25{% set underline = underlines[0] %}{% if section %}{{section}}
36{{ underline * section|length }}{% set underline = underlines[1] %}
47
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ profile = "attrs"
5454
5555 [[tool .towncrier .type ]]
5656 directory = " breaking"
57- name = " Backward -incompatible Changes"
57+ name = " Backwards -incompatible Changes"
5858 showcontent = true
5959
6060 [[tool .towncrier .type ]]
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ commands =
100100
101101[testenv:changelog]
102102basepython = python3.8
103- deps = towncrier<21.3
103+ deps = towncrier
104104skip_install = true
105105commands = towncrier --draft
106106
You can’t perform that action at this time.
0 commit comments