diff --git a/changelog/_template.rst b/changelog/_template.rst index 4f1d46d80..66c850ffd 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index 138fd4ce6..88571e208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,5 +31,5 @@ template = "changelog/_template.rst" [[tool.towncrier.type]] directory = "trivial" - name = "Trivial Changes" - showcontent = false + name = "Trivial/Internal Changes" + showcontent = true