Unpin towncrier & update template
This commit is contained in:
parent
155b58418c
commit
0f08b84f3f
|
@ -1,4 +1,7 @@
|
||||||
|
{{ versiondata.version }} ({{ versiondata.date }})
|
||||||
|
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3) -}}
|
||||||
{% for section, _ in sections.items() %}
|
{% for section, _ in sections.items() %}
|
||||||
|
|
||||||
{% set underline = underlines[0] %}{% if section %}{{section}}
|
{% set underline = underlines[0] %}{% if section %}{{section}}
|
||||||
{{ underline * section|length }}{% set underline = underlines[1] %}
|
{{ underline * section|length }}{% set underline = underlines[1] %}
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ profile = "attrs"
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
directory = "breaking"
|
directory = "breaking"
|
||||||
name = "Backward-incompatible Changes"
|
name = "Backwards-incompatible Changes"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
[[tool.towncrier.type]]
|
[[tool.towncrier.type]]
|
||||||
|
|
Loading…
Reference in New Issue