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() %}
|
||||
|
||||
{% set underline = underlines[0] %}{% if section %}{{section}}
|
||||
{{ underline * section|length }}{% set underline = underlines[1] %}
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ profile = "attrs"
|
|||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "breaking"
|
||||
name = "Backward-incompatible Changes"
|
||||
name = "Backwards-incompatible Changes"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
|
|
Loading…
Reference in New Issue