Skip to content

Commit bb659fc

Browse files
Merge pull request #2521 from nicoddemus/show-trivial-changelog
Show "trivial" category in CHANGELOG
2 parents 22b7701 + 6de19ab commit bb659fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog/_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% endif %}
88
{% if sections[section] %}
9-
{% for category, val in definitions.items() if category in sections[section] and category != 'trivial' %}
9+
{% for category, val in definitions.items() if category in sections[section] %}
1010

1111
{{ definitions[category]['name'] }}
1212
{{ underline * definitions[category]['name']|length }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ template = "changelog/_template.rst"
3131

3232
[[tool.towncrier.type]]
3333
directory = "trivial"
34-
name = "Trivial Changes"
35-
showcontent = false
34+
name = "Trivial/Internal Changes"
35+
showcontent = true

0 commit comments

Comments
 (0)