Merge pull request #2521 from nicoddemus/show-trivial-changelog

Show "trivial" category in CHANGELOG
This commit is contained in:
Ronny Pfannschmidt 2017-06-23 17:38:36 +02:00 committed by GitHub
commit bb659fcffe
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
{% endif %}
{% if sections[section] %}
{% for category, val in definitions.items() if category in sections[section] and category != 'trivial' %}
{% for category, val in definitions.items() if category in sections[section] %}
{{ definitions[category]['name'] }}
{{ underline * definitions[category]['name']|length }}

View File

@ -31,5 +31,5 @@ template = "changelog/_template.rst"
[[tool.towncrier.type]]
directory = "trivial"
name = "Trivial Changes"
showcontent = false
name = "Trivial/Internal Changes"
showcontent = true